Provides a millisecond resolution timer. More...
#include <Timer.h>
Public Member Functions | |
| void | Start () |
| [AS - void Start()] | |
| bool | IsRunning () |
| [AS - bool IsRunning()] | |
| void | Stop () |
| [AS - void Stop()] | |
| void | Reset () |
| [AS - void Reset()] | |
| float | Elapsed () |
| [AS - float Elapsed()] | |
Provides a millisecond resolution timer.
| float Timer::Elapsed | ( | ) |
| bool Timer::IsRunning | ( | ) | [inline] |
[AS - bool IsRunning()]
Returns whether or not the timer is running.
| void Timer::Reset | ( | ) |
[AS - void Reset()]
Sets the time elapsed back to zero.
| void Timer::Start | ( | ) |
[AS - void Start()]
Starts the timer.
| void Timer::Stop | ( | ) |
[AS - void Stop()]
Stops the timer.
1.7.3