28#ifndef __Win32Timer_H__
29#define __Win32Timer_H__
31#ifndef WIN32_LEAN_AND_MEAN
32# define WIN32_LEAN_AND_MEAN
34#if !defined(NOMINMAX) && defined(_MSC_VER)
58#if OGRE_PLATFORM == OGRE_PLATFORM_WIN32
61#if OGRE_PLATFORM == OGRE_PLATFORM_WINRT
Superclass for all objects that wish to use custom memory allocators when their new / delete operator...
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.
Timer()
Timer constructor.