Helper class to measure time.
More...
#include <timer.h>
Helper class to measure time.
◆ Timer()
default constructor.
- Note
- Starts the timer.
◆ tack()
double hermes::Timer::tack |
( |
| ) |
|
|
inline |
get
- Returns
- elapsed time since last call to tick in milliseconds
◆ tackTick()
double hermes::Timer::tackTick |
( |
| ) |
|
|
inline |
get same as calling tack first and then tick
- Returns
- elapsed time since last call to tick
◆ tick()
void hermes::Timer::tick |
( |
| ) |
|
|
inline |
tick
- Note
- mark current time
The documentation for this class was generated from the following file: