#include <OgreProfiler.h>
Public Attributes | |
String | name |
The name of the profile. | |
String | parent |
The name of the parent, empty string if root. | |
ulong | currTime |
The time this profile was started. | |
ulong | accum |
Represents the total time of all child profiles to subtract from this profile. | |
uint | hierarchicalLvl |
The hierarchical level of this profile, 0 being the root profile. |
Definition at line 256 of file OgreProfiler.h.
|
Represents the total time of all child profiles to subtract from this profile.
Definition at line 269 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(), and Ogre::Profiler::endProfile(). |
|
The time this profile was started.
Definition at line 265 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(), and Ogre::Profiler::endProfile(). |
|
The hierarchical level of this profile, 0 being the root profile.
Definition at line 272 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The name of the profile.
Definition at line 259 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(), and Ogre::Profiler::endProfile(). |
|
The name of the parent, empty string if root.
Definition at line 262 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(), and Ogre::Profiler::endProfile(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Fri May 14 23:26:55 2004