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.
Definition at line 124 of file OgreProfiler.h.
uint Ogre::ProfileFrame::calls |
The number of times this profile was called this frame.
Definition at line 131 of file OgreProfiler.h.
ulong Ogre::ProfileFrame::frameTime |
The total time this profile has taken this frame.
Definition at line 128 of file OgreProfiler.h.
uint Ogre::ProfileFrame::hierarchicalLvl |
The hierarchical level of this profile, 0 being the main loop.
Definition at line 134 of file OgreProfiler.h.