Torque2D Reference
|
#include <b2Timer.h>
Public Member Functions | |
b2Timer () | |
Constructor. More... | |
void | Reset () |
Reset the timer. More... | |
float32 | GetMilliseconds () const |
Get the time since construction or the last reset. More... | |
Timer for profiling. This has platform specific code and may not work on every platform.
b2Timer | ( | ) |
Constructor.
float32 GetMilliseconds | ( | ) | const |
Get the time since construction or the last reset.
void Reset | ( | ) |
Reset the timer.