#include <hrtimer.h>
Inheritance diagram for Timer:

Definition at line 44 of file hrtimer.h.
Public Types | |
| enum | Unit { SECONDS = 0, MILLISECONDS, MICROSECONDS, NANOSECONDS } |
Public Member Functions | |
| Timer (Unit unit=TimerBase::SECONDS, bool stuckAtZero=false) | |
| word64 | GetCurrentTimerValue () |
| word64 | TicksPerSecond () |
| void | StartTimer () |
| double | ElapsedTimeAsDouble () |
| unsigned long | ElapsedTime () |
1.5.1-p1