PerfData

Undocumented in source.

Members

Functions

getPerfData
PerfData* getPerfData(string funcName)
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.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
totalTimeToFloat
float totalTimeToFloat()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

lvl
int lvl;
Undocumented in source.
perfDataAlloc
BucketsChain!(PerfData, 64, false) perfDataAlloc;
Undocumented in source.

Variables

calls
int calls;
Undocumented in source.
funcName
string funcName;
Undocumented in source.
perfs
Vector!(PerfData*) perfs;
Undocumented in source.
totalTime
long totalTime;
Undocumented in source.

Meta