Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ProfilerOfSize< MaxSections > Class Template Reference#include <Profiler.h>
Inheritance diagram for ProfilerOfSize< MaxSections >: ![]() Detailed Descriptiontemplate<unsigned int MaxSections>
templated subclass allows compile-time flexibility of how much memory to use.
|
Public Member Functions | |
ProfilerOfSize () | |
constructor | |
unsigned int | getNewID (const char *name) |
call this to get a new ID number | |
std::string | report () |
outputs profiling information | |
Public Attributes | |
Profiler | prof |
the profiler that does the work, must immediately preceed infos! | |
Profiler::SectionInfo | infos [MaxSections] |
the actual profiling information storage |
|
constructor
Definition at line 208 of file Profiler.h. |
|
call this to get a new ID number
Definition at line 211 of file Profiler.h. |
|
outputs profiling information
Definition at line 214 of file Profiler.h. Referenced by ProfilerCheckControl::activate(). |
|
the actual profiling information storage
Definition at line 217 of file Profiler.h. |
|
the profiler that does the work, must immediately preceed infos!
Definition at line 216 of file Profiler.h. Referenced by ProfilerOfSize< 06 >::getNewID(), and ProfilerOfSize< 06 >::report(). |
Tekkotsu v2.4.1 |
Generated Tue Aug 16 16:35:07 2005 by Doxygen 1.4.4 |