Fabcoin Core
0.16.2
P2P Digital Currency
|
high resolution timer More...
#include <hrtimer.h>
Public Member Functions | |
Timer (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 } |
|
inline |
|
virtual |
Implements TimerBase.
Definition at line 90 of file hrtimer.cpp.
|
virtual |
Implements TimerBase.
Definition at line 108 of file hrtimer.cpp.