|
| Timer (bool enabled=true) |
|
void | enable (bool enabled=true) |
|
void | disable () |
|
void | enter (const char *func_name) |
| Start of a named section. More...
|
|
double | leave (const char *func_name) |
| End of a named section. More...
|
|
double | getMeanTime (const std::string &name) const |
| Return the mean execution time of the given "section", or 0 if it hasn't ever been called "enter" with that section name.
|
|
std::string | getStatsAsText (const size_t column_width=80) const |
| Dump all stats to a multi-line text string. More...
|
|
void | dumpAllStats (const size_t column_width=80) const |
| Dump all stats through the CDebugOutputCapable interface. More...
|
|
void | Tic () |
|
double | Toc () |
|
double | Tac () |
|