29 #ifndef __OGRE_NACL_TIMER_H__
30 #define __OGRE_NACL_TIMER_H__
32 #include "../OgrePrerequisites.h"
34 #if OGRE_PLATFORM == OGRE_PLATFORM_NACL
65 { (void)strKey; (void)pValue;
return false; }
bool setOption(const String &strKey, const void *pValue)
Method for setting a specific option of the Timer.
unsigned long getMicrosecondsCPU()
Returns microseconds since initialisation or last reset, only CPU time measured.
unsigned long getMillisecondsCPU()
Returns milliseconds since initialisation or last reset, only CPU time measured.
void reset()
Resets timer.
unsigned long getMicroseconds()
Returns microseconds since initialisation or last reset.
unsigned long getMilliseconds()
Returns milliseconds since initialisation or last reset.
GeneralAllocatedObject TimerAlloc