Base class for timers.
More...
|
| enum | Unit { SECONDS = 0
, MILLISECONDS
, MICROSECONDS
, NANOSECONDS
} |
| |
|
|
| TimerBase (Unit unit, bool stuckAtZero) |
| |
|
virtual TimerWord | GetCurrentTimerValue ()=0 |
| |
|
virtual TimerWord | TicksPerSecond ()=0 |
| |
|
void | StartTimer () |
| |
|
double | ElapsedTimeAsDouble () |
| |
|
unsigned long | ElapsedTime () |
| |
Base class for timers.
Definition at line 19 of file hrtimer.h.
The documentation for this class was generated from the following files: