- clearTimes
void clearTimes()
Undocumented in source. Be warned that the author may not have intended to support it.
- dumpTimes
void dumpTimes()
Undocumented in source. Be warned that the author may not have intended to support it.
- elapsedTime
Duration elapsedTime()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTimes
string getTimes()
Retrieves current times and clears them.
- timeAction
void timeAction(string action, void delegate() p)
Undocumented in source. Be warned that the author may not have intended to support it.
- timeEnd
void timeEnd(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
- timePop
void timePop(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
- timePush
void timePush(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
- timeStart
void timeStart(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
Simple benchmarking/profiling code