#include <OgreProfiler.h>
Public Member Functions | |
Profile (const String &profileName) | |
~Profile () | |
Protected Attributes | |
String | mName |
The name of this profile. |
We use this Profile to allow scoping rules to signify the beginning and end of the profile. Use the Profiler singleton (through the macro OgreProfileBegin(name) and OgreProfileEnd(name)) directly if you want a profile to last outside of a scope (ie the main game loop).
Definition at line 74 of file OgreProfiler.h.
|
|
|
|
|
The name of this profile.
Definition at line 83 of file OgreProfiler.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:41:45 2006