Convenience class to return high-resolution timer values. More...
#include <Common.h>
Public Member Functions | |
| Timer () | |
| Uint | ms () const |
| Uint | sec () const |
Private Attributes | |
| unsigned long int | mTimerStarted |
Convenience class to return high-resolution timer values.
Provides functions to get system ticks in Miliseconds or in Seconds.
| Timer::Timer | ( | ) | [inline] |
| Uint Timer::ms | ( | ) | const [inline] |
Gets the current tick count in miliseconds.
| Uint Timer::sec | ( | ) | const [inline] |
Gets the current tick count in seconds.
unsigned long int Timer::mTimerStarted [private] |
1.7.1