#include <tiny-profiler.h>
Classes | |
| struct | profiler |
Public Member Functions | |
| scoped_timer (const char *key) | |
| void | tocout (long a) |
| ~scoped_timer () | |
Private Attributes | |
| std::chrono::high_resolution_clock::time_point | _started |
| const char * | key |
Definition at line 8 of file tiny-profiler.h.
|
inline |
Definition at line 40 of file tiny-profiler.h.
|
inline |
Definition at line 79 of file tiny-profiler.h.
|
inline |
Definition at line 11 of file tiny-profiler.h.
|
private |
Definition at line 90 of file tiny-profiler.h.
|
private |
Definition at line 91 of file tiny-profiler.h.