Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] fix warning in the documentation, missing section label
authorschnorr <Lucas.Schnorr@imag.fr>
Mon, 26 Mar 2012 12:46:43 +0000 (14:46 +0200)
committerschnorr <Lucas.Schnorr@imag.fr>
Mon, 26 Mar 2012 12:50:27 +0000 (14:50 +0200)
doc/tracing.doc

index 68b7395..b9bdcc8 100644 (file)
@@ -34,11 +34,13 @@ of resource utilization by using a special parameter that is detailed below.
 
 \subsection tracing_tracing_enabling Enabling using CMake
 
-With the sources of SimGrid, it is possible to enable the tracing 
-using the parameter <b>-Denable_tracing=ON</b> when the cmake is executed.
-The section \ref tracing_tracing_functions describes 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
+With the sources of SimGrid, it is possible to enable the tracing
+using the parameter <b>-Denable_tracing=ON</b> 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