#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. |
Definition at line 277 of file OgreProfiler.h.
|
The number of times this profile was called this frame.
Definition at line 286 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The total time this profile has taken this frame.
Definition at line 283 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The hierarchical level of this profile, 0 being the main loop.
Definition at line 289 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
The name of the profile.
Definition at line 280 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