public ITimer
Timer abstraction layer to allow unit testing
Modifier and Type | Method and Description |
---|---|
double |
get()
Function to get time since timer started
|
void |
reset()
resets the timer to 0.
|
void |
start()
Starts the timer
|
void |
stop()
stops the timer
|