Public Attributes
Ogre::Profiler::ProfileHistory Struct Reference

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

#include <OgreProfiler.h>

List of all members.

Public Attributes

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

Detailed Description

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

Definition at line 370 of file OgreProfiler.h.


Member Data Documentation

The current frame time this profile has taken in milliseconds.

Definition at line 375 of file OgreProfiler.h.

The current percentage of frame time this profile has taken.

Definition at line 373 of file OgreProfiler.h.

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

Definition at line 400 of file OgreProfiler.h.

The maximum frame time this profile has taken in milliseconds.

Definition at line 380 of file OgreProfiler.h.

The maximum percentage of frame time this profile has taken.

Definition at line 378 of file OgreProfiler.h.

The minimum frame time this profile has taken in milliseconds.

Definition at line 385 of file OgreProfiler.h.

The minimum percentage of frame time this profile has taken.

Definition at line 383 of file OgreProfiler.h.

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

Definition at line 388 of file OgreProfiler.h.

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

Definition at line 397 of file OgreProfiler.h.

The total frame time this profile has taken in milliseconds.

Definition at line 393 of file OgreProfiler.h.

The total percentage of frame time this profile has taken.

Definition at line 391 of file OgreProfiler.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sun Sep 2 2012 07:27:34