Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::Profiler::ProfileInstance Struct Reference

Represents an individual profile call. More...

#include <OgreProfiler.h>

Collaboration diagram for Ogre::Profiler::ProfileInstance:

Collaboration graph
[legend]
List of all members.

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.


Detailed Description

Represents an individual profile call.

Definition at line 225 of file OgreProfiler.h.


Member Data Documentation

ulong Ogre::Profiler::ProfileInstance::accum
 

Represents the total time of all child profiles to subtract from this profile.

Definition at line 238 of file OgreProfiler.h.

Referenced by Ogre::Profiler::beginProfile(), and Ogre::Profiler::endProfile().

ulong Ogre::Profiler::ProfileInstance::currTime
 

The time this profile was started.

Definition at line 234 of file OgreProfiler.h.

Referenced by Ogre::Profiler::beginProfile(), and Ogre::Profiler::endProfile().

uint Ogre::Profiler::ProfileInstance::hierarchicalLvl
 

The hierarchical level of this profile, 0 being the root profile.

Definition at line 241 of file OgreProfiler.h.

Referenced by Ogre::Profiler::beginProfile().

String Ogre::Profiler::ProfileInstance::name
 

The name of the profile.

Definition at line 228 of file OgreProfiler.h.

Referenced by Ogre::Profiler::beginProfile(), and Ogre::Profiler::endProfile().

String Ogre::Profiler::ProfileInstance::parent
 

The name of the parent, empty string if root.

Definition at line 231 of file OgreProfiler.h.

Referenced by Ogre::Profiler::beginProfile(), and Ogre::Profiler::endProfile().


The documentation for this struct was generated from the following file:

Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:19:18 2004