ProfilerOfSize< MaxSections > Class Template Reference#include <Profiler.h>
Inheritance diagram for ProfilerOfSize< MaxSections >:
[legend]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 196 of file Profiler.h.
|
Public Member Functions |
| ProfilerOfSize () |
| constructor
|
Public Attributes |
SectionInfo | infos [MaxSections] |
| the actual profiling information storage
|
Constructor & Destructor Documentation
Member Data Documentation
template<unsigned int MaxSections> |
SectionInfo ProfilerOfSize< MaxSections >::infos[MaxSections] |
|
|
the actual profiling information storage
Definition at line 199 of file Profiler.h. |
The documentation for this class was generated from the following file:
|