#include <OgreWin32Timer.h>
Inheritance diagram for Ogre::Win32Timer:


Public Methods | |
| virtual void | reset () |
| Resets timer. | |
| virtual unsigned long | getMilliseconds () |
| Returns milliseconds since initialisation or last reset. | |
| virtual unsigned long | getMicroseconds () |
| Returns microseconds since initialisation or last reset. | |
| virtual unsigned long | getMillisecondsCPU () |
| Returns milliseconds since initialisation or last reset, only CPU time measured. | |
| virtual unsigned long | getMicrosecondsCPU () |
| Returns microseconds since initialisation or last reset, only CPU time measured. | |
Protected Attributes | |
| clock_t | zeroClock |
Private Attributes | |
| LARGE_INTEGER | mStartTime |
| LARGE_INTEGER | mFrequency |
|
|
Returns microseconds since initialisation or last reset.
Reimplemented from Ogre::Timer. Definition at line 51 of file OgreWin32Timer.cpp. References mFrequency, and mStartTime. |
|
|
Returns microseconds since initialisation or last reset, only CPU time measured.
Definition at line 57 of file OgreTimer.cpp. References Ogre::Timer::zeroClock. Referenced by Ogre::Timer::getMicroseconds(). |
|
|
Returns milliseconds since initialisation or last reset.
Reimplemented from Ogre::Timer. Definition at line 36 of file OgreWin32Timer.cpp. References mFrequency, and mStartTime. |
|
|
Returns milliseconds since initialisation or last reset, only CPU time measured.
Definition at line 46 of file OgreTimer.cpp. References Ogre::Timer::zeroClock. Referenced by Ogre::Timer::getMilliseconds(). |
|
|
Resets timer.
Reimplemented from Ogre::Timer. Definition at line 29 of file OgreWin32Timer.cpp. References mFrequency, and mStartTime. |
|
|
Definition at line 37 of file OgreWin32Timer.h. Referenced by getMicroseconds(), getMilliseconds(), and reset(). |
|
|
Definition at line 36 of file OgreWin32Timer.h. Referenced by getMicroseconds(), getMilliseconds(), and reset(). |
|
|
Definition at line 39 of file OgreTimer.h. Referenced by Ogre::Timer::getMicrosecondsCPU(), Ogre::Timer::getMillisecondsCPU(), and Ogre::Timer::reset(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:21:25 2004