#include <OSD_Chronometer.hxx>
Inheritance diagram for OSD_Chronometer:

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | OSD_Chronometer () |
| Initializes a stopped Chronometer. . | |
| virtual Standard_EXPORT void | Destroy () |
| virtual Standard_EXPORT | ~OSD_Chronometer () |
| virtual Standard_EXPORT void | Reset () |
| Stops and Reinitializes the Chronometer. . | |
| virtual Standard_EXPORT void | Stop () |
| Stops the Chronometer. . | |
| virtual Standard_EXPORT void | Start () |
| Starts (after Create or Reset) or restarts (after Stop) the chronometer. . | |
| virtual Standard_EXPORT void | Show () |
| Shows the current CPU user and system time on the standard output stream <cout>. The chronometer can be running (laps Time) or stopped. . | |
| virtual Standard_EXPORT void | Show (Standard_OStream &os) |
| Shows the current CPU user and system time on the output stream <os>. The chronometer can be running (laps Time) or stopped. . | |
| Standard_EXPORT void | Show (Standard_Real &UserSeconds) |
| Returns the current CPU user time in a variable. The chronometer can be running (laps Time) or stopped. . | |
| Standard_EXPORT void | Show (Standard_Real &UserSeconds, Standard_Real &SystemSeconds) |
| Returns the current CPU user and system time in variables. The chronometer can be running (laps Time) or stopped. . | |
Protected Attributes | |
| Standard_Boolean | Stopped |
Private Attributes | |
| Standard_Real | Cumul_user |
| Standard_Real | Cumul_sys |
| Standard_Address | RefToInitialTMS |
| Standard_Address | RefToCurrentTMS |
| Standard_Address | RefToInitialTMSUser |
| Standard_Address | RefToCurrentTMSUser |
| Standard_Address | RefToInitialTMSKrnl |
| Standard_Address | RefToCurrentTMSKrnl |
|
|
|
|
|
|
|
|
Reimplemented in OSD_Timer. |
|
|
Reimplemented in OSD_Timer. |
|
|
Reimplemented in OSD_Timer. |
|
||||||||||||
|
Reimplemented in OSD_Timer. |
|
|
Reimplemented in OSD_Timer. |
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented in OSD_Timer. |
|
|
Reimplemented in OSD_Timer. |
|
|
Reimplemented in OSD_Timer. |
|
|
Reimplemented in OSD_Timer. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1