|
HDK
|
#include <UT_StopWatch.h>
Inheritance diagram for UT_TimerDisplayTotal:Public Member Functions | |
| UT_TimerDisplayTotal (const char *block_name) | |
| ~UT_TimerDisplayTotal () | |
Public Member Functions inherited from UT_Timer | |
| UT_Timer () | |
| UT_Timer (const char *block_name) | |
| ~UT_Timer () | |
| UT_Timer (const UT_Timer &)=delete | |
| UT_Timer & | operator= (const UT_Timer &)=delete |
| void | clear () |
| void | begin (const char *block_name=NULL) |
| int | lap () |
| void | end () |
| bool | isRunning () const |
| fpreal64 | getBlockDuration () |
| fpreal64 | getTotalDuration () |
| fpreal64 | getAverageDuration () |
| void | setDisplay (bool d) |
| bool | willDisplay () const |
| void | displayBlockDuration (const char *block_name=NULL) |
| void | displayTotalDuration (const char *block_name=NULL) |
| void | displayAverageDuration (const char *block_name=NULL) |
Additional Inherited Members | |
Static Public Member Functions inherited from UT_Timer | |
| static void | indent () |
| static void | timeStamp (const char *msg1, const char *msg2=0) |
| static UT_Timer * | getTimer (int id) |
Definition at line 110 of file UT_StopWatch.h.
|
inline |
Definition at line 113 of file UT_StopWatch.h.
|
inline |
Definition at line 117 of file UT_StopWatch.h.