Represents an individual profile call.
More...
#include <OgreProfiler.h>
|
| | ProfileInstance (void) |
| virtual | ~ProfileInstance (void) |
| void | logResults () |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info
|
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new
|
| void * | operator new[] (size_t sz) |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info
|
| void | reset () |
| bool | watchForLimit (const String &profileName, Real limit, bool greaterThan=true) |
| bool | watchForLimit (Real limit, bool greaterThan=true) |
| bool | watchForMax (const String &profileName) |
| bool | watchForMax (void) |
| bool | watchForMin (const String &profileName) |
| bool | watchForMin (void) |
Represents an individual profile call.
Definition at line 174 of file OgreProfiler.h.
◆ ProfileChildren
◆ ProfileInstance()
| Ogre::ProfileInstance::ProfileInstance |
( |
void | | ) |
|
◆ ~ProfileInstance()
| virtual Ogre::ProfileInstance::~ProfileInstance |
( |
void | | ) |
|
|
virtual |
◆ logResults()
| void Ogre::ProfileInstance::logResults |
( |
| ) |
|
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
◆ operator new() [2/3]
◆ operator new() [3/3]
◆ operator new[]() [1/2]
◆ operator new[]() [2/2]
◆ reset()
| void Ogre::ProfileInstance::reset |
( |
| ) |
|
◆ watchForLimit() [1/2]
| bool Ogre::ProfileInstance::watchForLimit |
( |
const String & | profileName, |
|
|
Real | limit, |
|
|
bool | greaterThan = true ) |
◆ watchForLimit() [2/2]
| bool Ogre::ProfileInstance::watchForLimit |
( |
Real | limit, |
|
|
bool | greaterThan = true ) |
◆ watchForMax() [1/2]
| bool Ogre::ProfileInstance::watchForMax |
( |
const String & | profileName | ) |
|
◆ watchForMax() [2/2]
| bool Ogre::ProfileInstance::watchForMax |
( |
void | | ) |
|
◆ watchForMin() [1/2]
| bool Ogre::ProfileInstance::watchForMin |
( |
const String & | profileName | ) |
|
◆ watchForMin() [2/2]
| bool Ogre::ProfileInstance::watchForMin |
( |
void | | ) |
|
◆ Profiler
◆ accum
| ulong Ogre::ProfileInstance::accum |
Represents the total time of all child profiles to subtract from this profile.
Definition at line 218 of file OgreProfiler.h.
◆ children
◆ currTime
| ulong Ogre::ProfileInstance::currTime |
◆ frame
◆ frameNumber
| ulong Ogre::ProfileInstance::frameNumber |
◆ hierarchicalLvl
| uint Ogre::ProfileInstance::hierarchicalLvl |
The hierarchical level of this profile, 0 being the root profile.
Definition at line 221 of file OgreProfiler.h.
◆ history
◆ name
| String Ogre::ProfileInstance::name |
◆ parent
The documentation for this class was generated from the following file: