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

Ogre::Profiler::ProfileFrame Struct Reference

Represents the total timing information of a profile since profiles can be called more than once each frame. More...

#include <OgreProfiler.h>

List of all members.

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.


Detailed Description

Represents the total timing information of a profile since profiles can be called more than once each frame.

Definition at line 278 of file OgreProfiler.h.


Member Data Documentation

uint Ogre::Profiler::ProfileFrame::calls
 

The number of times this profile was called this frame.

Definition at line 287 of file OgreProfiler.h.

ulong Ogre::Profiler::ProfileFrame::frameTime
 

The total time this profile has taken this frame.

Definition at line 284 of file OgreProfiler.h.

uint Ogre::Profiler::ProfileFrame::hierarchicalLvl
 

The hierarchical level of this profile, 0 being the main loop.

Definition at line 290 of file OgreProfiler.h.

String Ogre::Profiler::ProfileFrame::name
 

The name of the profile.

Definition at line 281 of file OgreProfiler.h.


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

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Feb 12 13:02:13 2006