X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8481c7a517dd1a9f290a2a31f8c3a2b04e9c5ddd..febc73d27e83e3780002a5b2a4f14399ce0781ec:/doc/doxygen/tracing.doc diff --git a/doc/doxygen/tracing.doc b/doc/doxygen/tracing.doc index 7c11bda843..d5f2d01246 100644 --- a/doc/doxygen/tracing.doc +++ b/doc/doxygen/tracing.doc @@ -12,22 +12,6 @@ and analyze them. This part of the user manual explains how the tracing-related features can be enabled and used during the development of simulators using the SimGrid library. -\section tracing_tracing_enabling Enabling using CMake - -With the sources of SimGrid, it is possible to enable the tracing -using the parameter -Denable_tracing=ON when the cmake is -executed. The sections \ref instr_category_functions, \ref -instr_mark_functions, and \ref instr_uservariables_functions describe -all the functions available when this Cmake options is -activated. These functions will have no effect if SimGrid is -configured without this option (they are wiped-out by the -C-preprocessor). - -\verbatim -$ cmake -Denable_tracing=ON . -$ make -\endverbatim - \section instr_category_functions Tracing categories functions The SimGrid library is instrumented so users can trace the platform