#include <OgreProfiler.h>
Collaboration diagram for Ogre::Profiler::ProfileFrame:

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 246 of file OgreProfiler.h.
|
|
The number of times this profile was called this frame.
Definition at line 255 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
|
The total time this profile has taken this frame.
Definition at line 252 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
|
The hierarchical level of this profile, 0 being the main loop.
Definition at line 258 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
|
|
The name of the profile.
Definition at line 249 of file OgreProfiler.h. Referenced by Ogre::Profiler::beginProfile(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:19:18 2004