csProfiler Class Reference
#include <csutil/profile.h>
Inheritance diagram for csProfiler:

Public Member Functions | |
| csProfiler () | |
| CS::Debug::ProfileCounter * | GetProfileCounter (const char *countername) |
| const csArray< CS::Debug::ProfileCounter * > & | GetProfileCounters () |
| CS::Debug::ProfileZone * | GetProfileZone (const char *zonename) |
| const csArray< CS::Debug::ProfileZone * > & | GetProfileZones () |
| void | Reset () |
| virtual | ~csProfiler () |
Public Attributes | |
| csArray< CS::Debug::ProfileCounter * > | profile_counters |
| csArray< csProfileInfo > | profile_info |
| csArray< CS::Debug::ProfileZone * > | profile_zones |
Detailed Description
- Deprecated:
- Old profiling discontinued; use iProfiler interface
Definition at line 60 of file profile.h.
The documentation for this class was generated from the following file:
- csutil/profile.h
Generated for Crystal Space 1.2 by doxygen 1.4.7
