Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_mbox_get_head() -> simcall_mbox_front()
[simgrid.git] / doc / doxygen / tracing.doc
index d5f2d01..3b25b06 100644 (file)
@@ -166,12 +166,12 @@ happening during a collective MPI call.
 \endverbatim
 
 \li <b>\c
-tracing/smpi/display_sizes
+tracing/smpi/display-sizes
 </b>:
   This option only has effect if this simulator is SMPI-based. Display the sizes of the messages
 exchanged in the trace, both in the links and on the states. For collective, size means the global size of data sent by the process in general.
 \verbatim
---cfg=tracing/smpi/display_sizes:yes
+--cfg=tracing/smpi/display-sizes:yes
 \endverbatim
 
 \li <b>\c
@@ -191,7 +191,7 @@ TODO
 \endverbatim
 
 \li <b>\c
-tracing/smpi/format/ti_one_file
+tracing/smpi/format/ti-one-file
 </b>:
 TODO
 \verbatim
@@ -230,7 +230,7 @@ tracing/buffer
 \endverbatim
 
 \li <b>\c
-tracing/onelink_only
+tracing/onelink-only
 </b>:
 This option changes the way SimGrid register its platform on the trace
 file. Normally, the tracing considers all routes (no matter their
@@ -239,11 +239,11 @@ option is activated, only the routes with one link are used to
 register the topology within an AS.  Routes among AS continue to be
 traced as usual.
 \verbatim
---cfg=tracing/onelink_only:yes
+--cfg=tracing/onelink-only:yes
 \endverbatim
 
 \li <b>\c
-tracing/disable_link
+tracing/disable-link
 </b>:
 TODO
 \verbatim
@@ -251,7 +251,7 @@ TODO
 \endverbatim
 
 \li <b>\c
-tracing/disable_power
+tracing/disable-power
 </b>:
 TODO
 \verbatim
@@ -259,13 +259,13 @@ TODO
 \endverbatim
 
 \li <b>\c
-tracing/disable_destroy
+tracing/disable-destroy
 </b>:
 Disable the destruction of containers at the end of simulation. This
 can be used with simulators that have a different notion of time
 (different from the simulated time).
 \verbatim
---cfg=tracing/disable_destroy:yes
+--cfg=tracing/disable-destroy:yes
 \endverbatim
 
 \li <b>\c
@@ -288,11 +288,11 @@ Use this to add a comment line to the top of the trace file.
 \endverbatim
 
 \li <b>\c
-tracing/comment_file
+tracing/comment-file
 </b>:
 Use this to add the contents of a file to the top of the trace file as comment.
 \verbatim
---cfg=tracing/comment_file:textual_file.txt
+--cfg=tracing/comment-file:textual_file.txt
 \endverbatim
 
 \li <b>\c