| Box2D 2.4.1
    A 2D physics engine for games | 
#include <b2_timer.h>
| Public Member Functions | |
| b2Timer () | |
| Constructor. | |
| void | Reset () | 
| Reset the timer. | |
| float | GetMilliseconds () const | 
| Get the time since construction or the last reset. | |
Timer for profiling. This has platform specific code and may not work on every platform.