#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 78 of file OgreProfiler.h.
| Ogre::Profile::Profile | ( | const String & | profileName | ) |
| Ogre::Profile::~Profile | ( | ) |
String Ogre::Profile::mName [protected] |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:51:52 2008