|
Monero
|
#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 |
| tools::PerformanceTimer::PerformanceTimer | ( | bool | paused = false | ) |
| tools::PerformanceTimer::~PerformanceTimer | ( | ) |
|
inline |
| void tools::PerformanceTimer::pause | ( | ) |
| void tools::PerformanceTimer::reset | ( | ) |
| void tools::PerformanceTimer::resume | ( | ) |
| uint64_t tools::PerformanceTimer::value | ( | ) | const |
|
protected |
|
protected |
|
protected |