#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 294 of file OgreProfiler.h.
|
The current percentage of frame time this profile has taken.
Definition at line 300 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The hierarchical level of this profile, 0 being the root profile.
Definition at line 320 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The maximum percentage of frame time this profile has taken.
Definition at line 303 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The minimum percentage of frame time this profile has taken.
Definition at line 306 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The name of the profile.
Definition at line 297 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The number of times this profile has been called each frame.
Definition at line 309 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The total number of times this profile was called (used to calculate average).
Definition at line 317 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The total percentage of frame time this profile has taken (used to calculate average).
Definition at line 313 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Fri May 14 23:26:55 2004