|  | OGRE-Next 3.0.0
    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. | |
| uint64 | frameTime | 
| The total time this profile has taken this frame. | |
| uint | hierarchicalLvl | 
| The hierarchical level of this profile, 0 being the main loop. | |
Represents the total timing information of a profile since profiles can be called more than once each frame.
| uint Ogre::ProfileFrame::calls | 
The number of times this profile was called this frame.
| uint64 Ogre::ProfileFrame::frameTime | 
The total time this profile has taken this frame.
| uint Ogre::ProfileFrame::hierarchicalLvl | 
The hierarchical level of this profile, 0 being the main loop.