OGRE 14.3
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. | |
ulong | 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.
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.