Fabcoin Core
0.16.2
P2P Digital Currency
|
Measure CPU time spent executing instructions of this thread (if supported by OS) More...
#include <hrtimer.h>
Public Member Functions | |
ThreadUserTimer (Unit unit=TimerBase::SECONDS, bool stuckAtZero=false) | |
TimerWord | GetCurrentTimerValue () |
TimerWord | TicksPerSecond () |
Public Member Functions inherited from TimerBase | |
TimerBase (Unit unit, bool stuckAtZero) | |
void | StartTimer () |
double | ElapsedTimeAsDouble () |
unsigned long | ElapsedTime () |
Additional Inherited Members | |
Public Types inherited from TimerBase | |
enum | Unit { SECONDS = 0, MILLISECONDS, MICROSECONDS, NANOSECONDS } |
Measure CPU time spent executing instructions of this thread (if supported by OS)
|
inline |
|
virtual |
Implements TimerBase.
Definition at line 121 of file hrtimer.cpp.
|
virtual |
Implements TimerBase.
Definition at line 159 of file hrtimer.cpp.