Go to the source code of this file.
Namespaces | |
| namespace | SG_TRC |
Classes | |
| class | SG_TRC::TTCL_APPLI_TRACER< TracerType > |
| Class APPLI_TRACER stores every class TTCL_FCT_TRACER created and more profiling datas. More... | |
Functions | |
| template<typename TracerType> | |
| TTCL_APPLI_TRACER< TracerType > * | SG_TRC::CreateMainTracer () |
| _SG_TRC_DLL_EXPORT int | SG_TRC::StartRecording (int _FctNumber, CL_TRACE_BASE_PARAMS *_Params) |
| _SG_TRC_DLL_EXPORT bool | SG_TRC::XMLSaveBench (const char *Filename) |
| _SG_TRC_DLL_EXPORT bool | SG_TRC::XMLLoadBench (const char *Filename) |
| _SG_TRC_DLL_EXPORT int | SG_TRC::StartRecordingInt (const int _FctNumber, const char *ParamsName, const int *_intArray, const int _nbr) |
| _SG_TRC_DLL_EXPORT int | SG_TRC::StartRecordingChar (const int _FctNumber, const char *ParamsName, const char *_Value) |
| _SG_TRC_DLL_EXPORT int | SG_TRC::CreateFunction (const char *_fctName) |
| _SG_TRC_DLL_EXPORT int | SG_TRC::StartRecording (const int _FctNumber) |
| _SG_TRC_DLL_EXPORT void | SG_TRC::StopRecording (const int _TracerNumber) |
| _SG_TRC_DLL_EXPORT bool | SG_TRC::AddParamInt (const int _TracerNumber, const char *_Name, const int _Value) |
| _SG_TRC_DLL_EXPORT bool | SG_TRC::AddParamChar (const int _TracerNumber, const char *_Name, const char *_Value) |
1.4.6-NO