SugoiTracer Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
SG_TRC::CL_CLASS_TRACER< TracerType >
SG_TRC::CL_FUNCT_TRC< TracerType >
SG_TRC::CL_TEMP_TRACER< TracerType >This class is used to stored temporarly a CL_TRACER object. When you enter in a function you want to trace, create a CL_TEMP_TRACER object. It will automatically create a CL_TRACER object and start the timer. When you will leave hte traced function, the CL_TEMP_TRACER you just created will be destroyed and tell the CL_TRACER to stop the timer and save it
SG_TRC::CL_TimerValClass to manipulate system time
SG_TRC::CL_TRACE_BASE_PARAMSThis class is used to stored parameters of any type into a string, so it can be easily used by other class
SG_TRC::CL_TRACER< TracerType >This class is used to record the starting and stoping time of a function, with some optional parameters storing. It is linked to a CL_FUNCT_TRC object
SG_TRC::CL_TRACER_RECORD< TracerType >This class is used to store many records(CL_Virtual_Record) of a function tracer for a given set of parameters
SG_TRC::CL_Virtual_RecordVirtual class for records manipulation
SG_TRC::CL_VIRTUAL_TRACER< TracerType >
SG_TRC::TTCL_APPLI_TRACER< TracerType >Class APPLI_TRACER stores every class TTCL_FCT_TRACER created and more profiling datas

Generated on Mon Mar 19 23:16:20 2007 for SugoiTracer by  doxygen 1.4.6-NO