#include <UT_CumulativeTimer.h>
Public Member Functions | |
| UT_CumulativeTimer (const char *name, bool report_on_destroy=false) | |
| ~UT_CumulativeTimer () | |
| void | reportWhenDestroyed (bool report=true) |
| void | start () |
| void | stop () |
| void | reset () |
| const char * | getName () const |
| double | getTime () const |
| double | getOverlapTime () const |
| double | getTotalTime () const |
Definition at line 28 of file UT_CumulativeTimer.h.
| UT_CumulativeTimer::UT_CumulativeTimer | ( | const char * | name, | |
| bool | report_on_destroy = false | |||
| ) |
| UT_CumulativeTimer::~UT_CumulativeTimer | ( | ) |
| const char* UT_CumulativeTimer::getName | ( | ) | const |
| double UT_CumulativeTimer::getOverlapTime | ( | ) | const |
| double UT_CumulativeTimer::getTime | ( | ) | const |
| double UT_CumulativeTimer::getTotalTime | ( | ) | const |
| void UT_CumulativeTimer::reportWhenDestroyed | ( | bool | report = true |
) |
| void UT_CumulativeTimer::reset | ( | ) |
| void UT_CumulativeTimer::start | ( | ) |
| void UT_CumulativeTimer::stop | ( | ) |
1.5.9