Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ProfilerOfSize< MaxSections > Class Template Referencetemplated subclass allows compile-time flexibility of how much memory to use. More...
Detailed Descriptiontemplate<unsigned int MaxSections>
|
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 | ( | ) |
constructor
Definition at line 216 of file Profiler.h.
unsigned int ProfilerOfSize< MaxSections >::getNewID | ( | const char * | name | ) |
call this to get a new ID number
Definition at line 219 of file Profiler.h.
std::string ProfilerOfSize< MaxSections >::report | ( | ) |
outputs profiling information
Definition at line 222 of file Profiler.h.
Profiler::SectionInfo ProfilerOfSize< MaxSections >::infos[MaxSections] |
the actual profiling information storage
Definition at line 225 of file Profiler.h.
Profiler ProfilerOfSize< MaxSections >::prof |
the profiler that does the work, must immediately preceed infos!
Definition at line 224 of file Profiler.h.
Referenced by ProfilerOfSize< MaxSections >::getNewID(), and ProfilerOfSize< MaxSections >::report().
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:14 2016 by Doxygen 1.6.3 |