A cross-platform clock class inspired by the Timer classes in Ogre (http://www.ogre3d.org). More...
#include <quickprof.h>
Public Member Functions | |
| Clock () | |
| ~Clock () | |
| void | reset () |
| Resets the initial reference time. | |
| unsigned long long int | getTimeMicroseconds () |
| Returns the time in us since the last call to reset or since the Clock was created. | |
A cross-platform clock class inspired by the Timer classes in Ogre (http://www.ogre3d.org).
| Clock | ( | ) | [inline] |
| ~Clock | ( | ) | [inline] |
| unsigned long long int getTimeMicroseconds | ( | ) | [inline] |
Returns the time in us since the last call to reset or since the Clock was created.
| void reset | ( | ) | [inline] |
Resets the initial reference time.
1.6.3