Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Profiler::Timer Class Reference#include <Profiler.h>
Detailed DescriptionMeasures the time that this class exists, reports result to a profiler.Don't bother trying to use this as a quick timer - just use TimeET directly. But there are functions to get the elapsed time and such if you insist. Definition at line 130 of file Profiler.h.
Constructor & Destructor Documentation
constructor - starts the timer, sets current timer in prof
Tells the profiler that this is now the active timer, so new timers will fit "under" this.
Definition at line 18 of file Profiler.cc.
copy constructor, not that you should need it, does same as default
Definition at line 136 of file Profiler.h.
Member Function Documentation
returns time since start
Definition at line 142 of file Profiler.h. Referenced by Profiler::finished().
Friends And Related Function Documentation
Profiler will need to read out some data that no one else should be depending on.
Definition at line 132 of file Profiler.h.
Member Data Documentation
the profiler this should report to
Definition at line 144 of file Profiler.h. Referenced by operator=(), setID(), Timer(), and ~Timer().
the id number for this code section (See example in beginning of class documentation for how these are assigned)
Definition at line 145 of file Profiler.h. Referenced by Profiler::finished(), operator=(), Profiler::setCurrent(), and setID().
the id number of the timer this timer is under
Definition at line 146 of file Profiler.h. Referenced by Profiler::finished(), operator=(), and Profiler::setCurrent().
the time this timer was created
Definition at line 147 of file Profiler.h. Referenced by elapsed(), operator=(), Profiler::setCurrent(), start(), and startTime().
The documentation for this class was generated from the following files: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:37 2007 by Doxygen 1.5.4 |