ProfilerOfSize< MaxSections > Class Template Reference#include <Profiler.h>
List of all members.
Detailed Description
template<unsigned int MaxSections>
class ProfilerOfSize< MaxSections >
templated subclass allows compile-time flexibility of how much memory to use.
Definition at line 215 of file Profiler.h.
|
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
|
The documentation for this class was generated from the following file:
|