- clearRoots
void clearRoots()
Undocumented in source. Be warned that the author may not have intended to support it.
- enable
void enable(bool yes)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRootPerfs
PerfData*[] getRootPerfs()
Undocumented in source. Be warned that the author may not have intended to support it.
- initializeStatic
void initializeStatic()
Undocumented in source. Be warned that the author may not have intended to support it.
- print
void print()
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.
- sortByName
void sortByName()
Undocumented in source. Be warned that the author may not have intended to support it.
- time
TimeThis time(string funcName)
Undocumented in source. Be warned that the author may not have intended to support it.
Can be used only once in function Always use: auto timeThis=TimeThis.time(); alone TimeThis.time(); is not working