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, void *) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new More...
|
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More...
|
|
void * | operator new[] (size_t sz) |
|
void | reset () |
|
bool | watchForLimit (Real limit, bool greaterThan=true) |
|
bool | watchForLimit (const String &profileName, Real limit, bool greaterThan=true) |
|
bool | watchForMax (void) |
|
bool | watchForMax (const String &profileName) |
|
bool | watchForMin (void) |
|
bool | watchForMin (const String &profileName) |
|
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]
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
§ operator new() [2/3]
§ operator new() [3/3]
§ operator new[]() [1/2]
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
§ operator new[]() [2/2]
§ reset()
void Ogre::ProfileInstance::reset |
( |
| ) |
|
§ watchForLimit() [1/2]
bool Ogre::ProfileInstance::watchForLimit |
( |
Real |
limit, |
|
|
bool |
greaterThan = true |
|
) |
| |
§ watchForLimit() [2/2]
bool Ogre::ProfileInstance::watchForLimit |
( |
const String & |
profileName, |
|
|
Real |
limit, |
|
|
bool |
greaterThan = true |
|
) |
| |
§ watchForMax() [1/2]
bool Ogre::ProfileInstance::watchForMax |
( |
void |
| ) |
|
§ watchForMax() [2/2]
bool Ogre::ProfileInstance::watchForMax |
( |
const String & |
profileName | ) |
|
§ watchForMin() [1/2]
bool Ogre::ProfileInstance::watchForMin |
( |
void |
| ) |
|
§ watchForMin() [2/2]
bool Ogre::ProfileInstance::watchForMin |
( |
const String & |
profileName | ) |
|
§ 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: