|
Electroneum
|
#include <perf_timer.h>

Public Member Functions | |
| PerformanceTimer (bool paused=false) | |
| ~PerformanceTimer () | |
| void | pause () |
| void | resume () |
| void | reset () |
| uint64_t | value () const |
| operator uint64_t () const | |
Protected Attributes | |
| uint64_t | ticks |
| bool | started |
| bool | paused |
Definition at line 48 of file perf_timer.h.
| tools::PerformanceTimer::~PerformanceTimer | ( | ) |
|
inline |
| void tools::PerformanceTimer::pause | ( | ) |
Definition at line 166 of file perf_timer.cpp.


| void tools::PerformanceTimer::reset | ( | ) |
| void tools::PerformanceTimer::resume | ( | ) |
| uint64_t tools::PerformanceTimer::value | ( | void | ) | const |
Definition at line 190 of file perf_timer.cpp.


|
protected |
Definition at line 62 of file perf_timer.h.
|
protected |
Definition at line 61 of file perf_timer.h.
|
protected |
Definition at line 60 of file perf_timer.h.