ae.utils.bench

Undocumented in source.

Members

Functions

clearTimes
deprecated void clearTimes()
Undocumented in source. Be warned that the author may not have intended to support it.
dumpTimes
deprecated void dumpTimes()
Undocumented in source. Be warned that the author may not have intended to support it.
elapsedTime
deprecated Duration elapsedTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getTimes
deprecated string getTimes()

Retrieves current times and clears them.

timeAction
deprecated void timeAction(string action, void delegate() p)
Undocumented in source. Be warned that the author may not have intended to support it.
timeEnd
deprecated void timeEnd(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
timePop
deprecated void timePop(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
timePush
deprecated void timePush(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
timeStart
deprecated void timeStart(string action)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TimedAction
deprecated struct TimedAction
Undocumented in source.

Variables

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

Meta