#include <OgreProfiler.h>
Public Attributes | |
String | name |
The name of the profile. | |
Real | currentTime |
The current percentage of frame time this profile has taken. | |
Real | maxTime |
The maximum percentage of frame time this profile has taken. | |
Real | minTime |
The minimum percentage of frame time this profile has taken. | |
uint | numCallsThisFrame |
The number of times this profile has been called each frame. | |
Real | totalTime |
The total percentage of frame time this profile has taken (used to calculate average). | |
ulong | totalCalls |
The total number of times this profile was called (used to calculate average). | |
uint | hierarchicalLvl |
The hierarchical level of this profile, 0 being the root profile. |
Definition at line 299 of file OgreProfiler.h.
The current percentage of frame time this profile has taken.
Definition at line 305 of file OgreProfiler.h.
The maximum percentage of frame time this profile has taken.
Definition at line 308 of file OgreProfiler.h.
The minimum percentage of frame time this profile has taken.
Definition at line 311 of file OgreProfiler.h.
The number of times this profile has been called each frame.
Definition at line 314 of file OgreProfiler.h.
The total percentage of frame time this profile has taken (used to calculate average).
Definition at line 318 of file OgreProfiler.h.
The total number of times this profile was called (used to calculate average).
Definition at line 322 of file OgreProfiler.h.
The hierarchical level of this profile, 0 being the root profile.
Definition at line 325 of file OgreProfiler.h.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:05:16 2009