#include <tiny-profiler.h>
|
| std::unordered_map< const char *, int > | counts |
| |
| std::unordered_map< const char *, double > | duration |
| |
| std::unordered_map< const char *, std::chrono::high_resolution_clock::time_point > | lasts |
| |
| int | scope = 0 |
| |
Definition at line 25 of file tiny-profiler.h.
| static profiler& scoped_timer::profiler::instance |
( |
| ) |
|
|
inlinestatic |
| std::unordered_map<const char*, int> scoped_timer::profiler::counts |
| std::unordered_map<const char*, double> scoped_timer::profiler::duration |
| std::unordered_map<const char*, std::chrono::high_resolution_clock::time_point> scoped_timer::profiler::lasts |
| int scoped_timer::profiler::scope = 0 |
The documentation for this struct was generated from the following file: