#include <Timer.h>
Public Member Functions | |
Timer () | |
~Timer () | |
void | start () |
void | stop () |
operator double () const | |
operator float () const | |
const bool | IsRunning () const |
Timer class using the high-resolution performance counter
Timer::Timer | ( | ) | [inline] |
Construct a new Timer object
Timer::~Timer | ( | ) | [inline] |
Destroy the object
const bool Timer::IsRunning | ( | ) | const [inline] |
Determine if the timer is still running
void Timer::start | ( | ) | [inline] |
Start the timer
void Timer::stop | ( | ) | [inline] |
Stop the timer