#include <UT_StopWatch.h>
Public Member Functions | |
| UT_Timer () | |
| UT_Timer (const char *block_name) | |
| ~UT_Timer () | |
| void | clear () |
| void | begin (const char *block_name=NULL) |
| void | end () |
| fpreal64 | getBlockDuration () |
| fpreal64 | getTotalDuration () |
| fpreal64 | getAverageDuration () |
| void | setDisplay (bool d) |
| void | displayBlockDuration (const char *block_name=NULL) |
| void | displayTotalDuration (const char *block_name=NULL) |
| void | displayAverageDuration (const char *block_name=NULL) |
Static Public Member Functions | |
| static void | indent () |
| static void | timeStamp (const char *msg1, const char *msg2=0) |
| static UT_Timer * | getTimer (int id) |
Definition at line 82 of file UT_StopWatch.h.
| UT_Timer::UT_Timer | ( | ) |
| UT_Timer::UT_Timer | ( | const char * | block_name | ) | [explicit] |
| UT_Timer::~UT_Timer | ( | ) |
| void UT_Timer::begin | ( | const char * | block_name = NULL |
) |
| void UT_Timer::clear | ( | ) |
| void UT_Timer::displayAverageDuration | ( | const char * | block_name = NULL |
) |
| void UT_Timer::displayBlockDuration | ( | const char * | block_name = NULL |
) |
| void UT_Timer::displayTotalDuration | ( | const char * | block_name = NULL |
) |
| void UT_Timer::end | ( | ) |
| fpreal64 UT_Timer::getAverageDuration | ( | ) |
| fpreal64 UT_Timer::getBlockDuration | ( | ) |
| static UT_Timer* UT_Timer::getTimer | ( | int | id | ) | [static] |
| fpreal64 UT_Timer::getTotalDuration | ( | ) |
| static void UT_Timer::indent | ( | ) | [static] |
| void UT_Timer::setDisplay | ( | bool | d | ) | [inline] |
Definition at line 104 of file UT_StopWatch.h.
| static void UT_Timer::timeStamp | ( | const char * | msg1, | |
| const char * | msg2 = 0 | |||
| ) | [static] |
1.5.9