_
More...
#include <hrtimer.h>
|
| 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 () |
| |
_
Definition at line 18 of file hrtimer.h.
The documentation for this class was generated from the following file: