|
Electroneum
|
#include <perf_timer.h>


Public Member Functions | |
| LoggingPerformanceTimer (const std::string &s, const std::string &cat, uint64_t unit, el::Level l=el::Level::Info) | |
| ~LoggingPerformanceTimer () | |
Public Member Functions inherited from tools::PerformanceTimer | |
| PerformanceTimer (bool paused=false) | |
| ~PerformanceTimer () | |
| void | pause () |
| void | resume () |
| void | reset () |
| uint64_t | value () const |
| operator uint64_t () const | |
Additional Inherited Members | |
Protected Attributes inherited from tools::PerformanceTimer | |
| uint64_t | ticks |
| bool | started |
| bool | paused |
Definition at line 65 of file perf_timer.h.
| tools::LoggingPerformanceTimer::LoggingPerformanceTimer | ( | const std::string & | s, |
| const std::string & | cat, | ||
| uint64_t | unit, | ||
| el::Level | l = el::Level::Info |
||
| ) |
Definition at line 115 of file perf_timer.cpp.
| tools::LoggingPerformanceTimer::~LoggingPerformanceTimer | ( | ) |
Definition at line 147 of file perf_timer.cpp.
