Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Profiler.h File ReferenceDetailed DescriptionDescribes Profiler, which managers a hierarchy of timers for profiling time spent in code.
Definition in file Profiler.h.
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.
Define Documentation
Value: static unsigned int _PROFSECTION_id=(PROF).getNewID(NAME);\ Profiler::Timer _PROFSECTION_timer(_PROFSECTION_id,&(PROF).prof); Uses a variable named _PROFSECTION_id to store a static ID number - don't redefine or modify that...
Definition at line 15 of file Profiler.h. Referenced by SegmentedColorGenerator::calcImage(), RLEGenerator::calcImage(), RegionGenerator::calcImage(), RawCameraGenerator::calcImage(), PNGGenerator::calcImage(), JPEGGenerator::calcImage(), InterleavedYUVGenerator::calcImage(), CDTGenerator::calcImage(), and BallDetectionGenerator::processEvent().
Typedef Documentation
defines type for code profiling information for MainObject; use this instead of the templated type so you don't rely on a particular size
Definition at line 230 of file Profiler.h.
defines type for code profiling information for MotionObject; use this instead of the templated type so you don't rely on a particular size
Definition at line 231 of file Profiler.h.
defines type for code profiling information for SoundPlay; use this instead of the templated type so you don't rely on a particular size
Definition at line 232 of file Profiler.h.
Variable Documentationholds code profiling information for MainObject
Definition at line 10 of file Profiler.cc. Referenced by ProfilerCheckControl::activate(), SegmentedColorGenerator::calcImage(), RLEGenerator::calcImage(), RegionGenerator::calcImage(), RawCameraGenerator::calcImage(), PNGGenerator::calcImage(), JPEGGenerator::calcImage(), InterleavedYUVGenerator::calcImage(), CDTGenerator::calcImage(), and BallDetectionGenerator::processEvent(). holds code profiling information for MotoObject
Definition at line 11 of file Profiler.cc. Referenced by ProfilerCheckControl::activate(). holds code profiling information for SoundPlay
Definition at line 12 of file Profiler.cc. Referenced by ProfilerCheckControl::activate().
|
Tekkotsu v4.0 |
Generated Thu Nov 22 00:56:50 2007 by Doxygen 1.5.4 |