Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
Timer for profiling. This has platform specific code and may not work on every platform. More...
#include <Timer.hpp>
Public Member Functions | |
Timer () | |
Constructor. More... | |
void | Reset () |
Reset the timer. More... | |
RealNum | 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.
Timer::Timer | ( | ) |
Constructor.
RealNum Timer::GetMilliseconds | ( | ) | const |
Get the time since construction or the last reset.
void Timer::Reset | ( | ) |
Reset the timer.