|  | OGRE
    1.11.6
    Object-Oriented Graphics Rendering Engine | 
Represents the total timing information of a profile since profiles can be called more than once each frame. More...
#include <OgreProfiler.h>
| Public Attributes | |
| uint | calls | 
| The number of times this profile was called this frame.  More... | |
| ulong | frameTime | 
| The total time this profile has taken this frame.  More... | |
| uint | hierarchicalLvl | 
| The hierarchical level of this profile, 0 being the main loop.  More... | |
Represents the total timing information of a profile since profiles can be called more than once each frame.
| ulong Ogre::ProfileFrame::frameTime | 
The total time this profile has taken this frame.
| uint Ogre::ProfileFrame::calls | 
The number of times this profile was called this frame.
| uint Ogre::ProfileFrame::hierarchicalLvl | 
The hierarchical level of this profile, 0 being the main loop.