Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document MSG tracing examples
[simgrid.git] / examples / msg / tracing / link_user_variables.c
index 9f7a5cf..7cdcbf4 100644 (file)
@@ -6,6 +6,18 @@
 
 #include <msg/msg.h>
 
+/** @addtogroup MSG_examples
+ *
+ * - <b>tracing/link_user_variables.c</b>: This program demonstrates how to
+ * trace user variables associated to the links of the platform file. You need
+ * to provide the name of the link to update the value of the variable associated
+ * to that link.
+ * You might want to run this program with the following parameters:
+ * --cfg=tracing:1
+ * --cfg=tracing/platform:1
+ * (See \ref tracing_tracing_options for details)
+ */
+
 int master(int argc, char *argv[]);
 
 //dump function to create and execute a task