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