Represents an individual profile call. More...
#include <OgreProfiler.h>
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. |
Represents an individual profile call.
Definition at line 320 of file OgreProfiler.h.
Represents the total time of all child profiles to subtract from this profile.
Definition at line 333 of file OgreProfiler.h.
The time this profile was started.
Definition at line 329 of file OgreProfiler.h.
The hierarchical level of this profile, 0 being the root profile.
Definition at line 336 of file OgreProfiler.h.
The name of the profile.
Definition at line 323 of file OgreProfiler.h.
The name of the parent, empty string if root.
Definition at line 326 of file OgreProfiler.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:39:02 2012