Represents the total timing information of a profile since profiles can be called more than once each frame. More...
#include <OgreProfiler.h>
Public Attributes | |
String | name |
The name of the profile. | |
ulong | frameTime |
The total time this profile has taken this frame. | |
uint | calls |
The number of times this profile was called 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.
Definition at line 341 of file OgreProfiler.h.
The number of times this profile was called this frame.
Definition at line 350 of file OgreProfiler.h.
The total time this profile has taken this frame.
Definition at line 347 of file OgreProfiler.h.
The hierarchical level of this profile, 0 being the main loop.
Definition at line 353 of file OgreProfiler.h.
The name of the profile.
Definition at line 344 of file OgreProfiler.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:39:01 2012