#include <MoniTool_TimerSentry.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
MoniTool_TimerSentry (const Standard_CString cname) | |
Constructor creates an instance and runs the corresponding timer . | |
MoniTool_TimerSentry (const Handle(MoniTool_Timer)&timer) | |
Constructor creates an instance and runs the corresponding timer . | |
void | Destroy () |
Destructor stops the associated timer . | |
Standard_EXPORT | ~MoniTool_TimerSentry () |
Handle_MoniTool_Timer | Timer () const |
void | Stop () |
Manually stops the timer . | |
Private Attributes | |
Handle_MoniTool_Timer | myTimer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|