Loading...
Searching...
No Matches
11void profiler_free(
Profiler* profiler);
13void profiler_prealloc(
Profiler* profiler,
const char* key);
15void profiler_start(
Profiler* profiler,
const char* key);
17void profiler_stop(
Profiler* profiler,
const char* key);
19void profiler_dump(
Profiler* profiler);