#include <tjprofiler.h>

Static Public Member Functions | |
| static void | reset () |
| static void | dump_final_result () |
| static STD_string | get_memory_usage () |
Definition at line 41 of file tjprofiler.h.
| static void Profiler::reset | ( | ) | [static] |
Resets the time counters.
| static void Profiler::dump_final_result | ( | ) | [static] |
Dumps the results to the current log and resets the time counters.
| static STD_string Profiler::get_memory_usage | ( | ) | [static] |
Returns the current memory usage as a readable string.
1.5.6