OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::Profiler::ProfileHistory Struct Reference

Represents a history of each profile during the duration of the app. More...

#include <OgreProfiler.h>

Public Attributes

Real currentTimeMillisecs
 The current frame time this profile has taken in milliseconds. More...
 
Real currentTimePercent
 The current percentage of frame time this profile has taken. More...
 
uint hierarchicalLvl
 The hierarchical level of this profile, 0 being the root profile. More...
 
Real maxTimeMillisecs
 The maximum frame time this profile has taken in milliseconds. More...
 
Real maxTimePercent
 The maximum percentage of frame time this profile has taken. More...
 
Real minTimeMillisecs
 The minimum frame time this profile has taken in milliseconds. More...
 
Real minTimePercent
 The minimum percentage of frame time this profile has taken. More...
 
String name
 The name of the profile. More...
 
uint numCallsThisFrame
 The number of times this profile has been called each frame. More...
 
ulong totalCalls
 The total number of times this profile was called (used to calculate average) More...
 
Real totalTimeMillisecs
 The total frame time this profile has taken in milliseconds. More...
 
Real totalTimePercent
 The total percentage of frame time this profile has taken. More...
 

Detailed Description

Represents a history of each profile during the duration of the app.

Definition at line 358 of file OgreProfiler.h.

Member Data Documentation

Real Ogre::Profiler::ProfileHistory::currentTimeMillisecs

The current frame time this profile has taken in milliseconds.

Definition at line 366 of file OgreProfiler.h.

Real Ogre::Profiler::ProfileHistory::currentTimePercent

The current percentage of frame time this profile has taken.

Definition at line 364 of file OgreProfiler.h.

uint Ogre::Profiler::ProfileHistory::hierarchicalLvl

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

Definition at line 391 of file OgreProfiler.h.

Real Ogre::Profiler::ProfileHistory::maxTimeMillisecs

The maximum frame time this profile has taken in milliseconds.

Definition at line 371 of file OgreProfiler.h.

Real Ogre::Profiler::ProfileHistory::maxTimePercent

The maximum percentage of frame time this profile has taken.

Definition at line 369 of file OgreProfiler.h.

Real Ogre::Profiler::ProfileHistory::minTimeMillisecs

The minimum frame time this profile has taken in milliseconds.

Definition at line 376 of file OgreProfiler.h.

Real Ogre::Profiler::ProfileHistory::minTimePercent

The minimum percentage of frame time this profile has taken.

Definition at line 374 of file OgreProfiler.h.

String Ogre::Profiler::ProfileHistory::name

The name of the profile.

Definition at line 361 of file OgreProfiler.h.

uint Ogre::Profiler::ProfileHistory::numCallsThisFrame

The number of times this profile has been called each frame.

Definition at line 379 of file OgreProfiler.h.

ulong Ogre::Profiler::ProfileHistory::totalCalls

The total number of times this profile was called (used to calculate average)

Definition at line 388 of file OgreProfiler.h.

Real Ogre::Profiler::ProfileHistory::totalTimeMillisecs

The total frame time this profile has taken in milliseconds.

Definition at line 384 of file OgreProfiler.h.

Real Ogre::Profiler::ProfileHistory::totalTimePercent

The total percentage of frame time this profile has taken.

Definition at line 382 of file OgreProfiler.h.


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