ae.utils.bench

Undocumented in source.

Members

Functions

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.

Structs

TimedAction
struct TimedAction
Undocumented in source.

Variables

currentAction
string currentAction;
Undocumented in source.
lastTime
MonoTime lastTime;
Undocumented in source.
timeNameIndices
size_t[string] timeNameIndices;
Undocumented in source.
timedActions
TimedAction[] timedActions;
Undocumented in source.

Meta