Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ProfilerOfSize< MaxSections > Class Template Reference#include <Profiler.h>
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 |
ProfilerOfSize< MaxSections >::ProfilerOfSize | ( | ) | [inline] |
unsigned int ProfilerOfSize< MaxSections >::getNewID | ( | const char * | name | ) | [inline] |
std::string ProfilerOfSize< MaxSections >::report | ( | ) | [inline] |
Profiler ProfilerOfSize< MaxSections >::prof |
the profiler that does the work, must immediately preceed infos!
Definition at line 225 of file Profiler.h.
Referenced by ProfilerOfSize< MaxSections >::getNewID(), and ProfilerOfSize< MaxSections >::report().
Profiler::SectionInfo ProfilerOfSize< MaxSections >::infos[MaxSections] |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:37 2007 by Doxygen 1.5.4 |