Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
Definition in file Profiler.h.
#include "TimeET.h"
#include "mathutils.h"
#include <string>
Include dependency graph for Profiler.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | Profiler |
Managers a hierarchy of timers for profiling time spent in code, gives microsecond resolution. More... | |
struct | Profiler::SectionInfo |
holds all the information needed for book keeping for each timer More... | |
class | Profiler::Timer |
Measures the time that this class exists, reports result to a profiler. More... | |
class | ProfilerOfSize |
templated subclass allows compile-time flexibility of how much memory to use. More... | |
Defines | |
#define | PROFSECTION(NAME, PROF) |
put this at the beginning of any function for which you wish to collect profiling information |
|
Value: static unsigned int _PROFSECTION_id=PROF.getNewID(NAME);\ Profiler::Timer timer(_PROFSECTION_id,&PROF); Uses a variable named _PROFSECTION_id to store a static ID number - don't redefine or modify that...
Definition at line 14 of file Profiler.h. |
Tekkotsu v1.4 |
Generated Sat Jul 19 00:07:55 2003 by Doxygen 1.3.2 |