TimeMeasurer

Undocumented in source.

Members

Functions

endTaskTiming
void endTaskTiming()
Undocumented in source. Be warned that the author may not have intended to support it.
printTime
void printTime(bool isNested)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
startTaskTiming
void startTaskTiming(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

nested
TimeMeasurer* nested;
Undocumented in source.
next
TimeMeasurer* next;
Undocumented in source.
startTime
MonoTime startTime;
Undocumented in source.
takenTime
Duration takenTime;
Undocumented in source.
taskName
string taskName;
Undocumented in source.
wasRun
bool wasRun;
Undocumented in source.

Meta