#include <Timer.h>
Public Methods | |
Timer () | |
void | Start () |
void | Stop () |
float | getTime () |
void | Print () |
void | Tick () |
Definition at line 11 of file Timer.h.
|
Constructor |
|
Prints the total elapsed time (user time) between the Start() and the last getTime() or Stop() calls.
|
|
Starts the timer.
|
|
Stops the timer.
|
|
Prints elapsed time between Start() and current point (equivalent to getTime() followed by Print()). |
|
Gets elapsed time, in seconds (user time), since the timer was started.
|