#include <b2Timer.h>
| Public Member Functions | |
| b2Timer () | |
| Constructor.  More... | |
| float32 | GetMilliseconds () const | 
| Get the time since construction or the last reset.  More... | |
| void | Reset () | 
| Reset the timer.  More... | |
Timer for profiling. This has platform specific code and may not work on every platform.
| b2Timer::b2Timer | ( | ) | 
Constructor.
Definition at line 88 of file b2Timer.cpp.
| float32 b2Timer::GetMilliseconds | ( | ) | const | 
Get the time since construction or the last reset.
Definition at line 96 of file b2Timer.cpp.
| void b2Timer::Reset | ( | ) | 
Reset the timer.
Definition at line 92 of file b2Timer.cpp.