|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Represents a history of each profile during the duration of the app. More...
#include <OgreProfiler.h>
| Public Attributes | |
| Real | currentTimeMillisecs | 
| The current frame time this profile has taken in milliseconds. | |
| Real | currentTimePercent | 
| The current percentage of frame time this profile has taken. | |
| uint | hierarchicalLvl | 
| The hierarchical level of this profile, 0 being the root profile. | |
| Real | maxTimeMillisecs | 
| The maximum frame time this profile has taken in milliseconds. | |
| Real | maxTimePercent | 
| The maximum percentage of frame time this profile has taken. | |
| Real | minTimeMillisecs | 
| The minimum frame time this profile has taken in milliseconds. | |
| Real | minTimePercent | 
| The minimum percentage of frame time this profile has taken. | |
| uint | numCallsThisFrame | 
| The number of times this profile has been called each frame. | |
| ulong | totalCalls | 
| The total number of times this profile was called (used to calculate average) | |
| Real | totalTimeMillisecs | 
| The total frame time this profile has taken in milliseconds. | |
| Real | totalTimePercent | 
| The total percentage of frame time this profile has taken. | |
Represents a history of each profile during the duration of the app.
| Real Ogre::ProfileHistory::currentTimeMillisecs | 
The current frame time this profile has taken in milliseconds.
| Real Ogre::ProfileHistory::currentTimePercent | 
The current percentage of frame time this profile has taken.
Referenced by Ogre::ProfileInstance::watchForLimit(), Ogre::ProfileInstance::watchForMax(), and Ogre::ProfileInstance::watchForMin().
| uint Ogre::ProfileHistory::hierarchicalLvl | 
The hierarchical level of this profile, 0 being the root profile.
| Real Ogre::ProfileHistory::maxTimeMillisecs | 
The maximum frame time this profile has taken in milliseconds.
| Real Ogre::ProfileHistory::maxTimePercent | 
The maximum percentage of frame time this profile has taken.
Referenced by Ogre::ProfileInstance::watchForMax().
| Real Ogre::ProfileHistory::minTimeMillisecs | 
The minimum frame time this profile has taken in milliseconds.
| Real Ogre::ProfileHistory::minTimePercent | 
The minimum percentage of frame time this profile has taken.
Referenced by Ogre::ProfileInstance::watchForMin().
| uint Ogre::ProfileHistory::numCallsThisFrame | 
The number of times this profile has been called each frame.
| ulong Ogre::ProfileHistory::totalCalls | 
The total number of times this profile was called (used to calculate average)
| Real Ogre::ProfileHistory::totalTimeMillisecs | 
The total frame time this profile has taken in milliseconds.
| Real Ogre::ProfileHistory::totalTimePercent | 
The total percentage of frame time this profile has taken.