X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abc6c695d534ee87fe91c84038ebbf6b9226575d..a7fbf71906af4c8cf4aa7d743e5db57a72b6b5ac:/examples/msg/tracing/link_user_variables.c diff --git a/examples/msg/tracing/link_user_variables.c b/examples/msg/tracing/link_user_variables.c index 9f7a5cfe95..7cdcbf4025 100644 --- a/examples/msg/tracing/link_user_variables.c +++ b/examples/msg/tracing/link_user_variables.c @@ -6,6 +6,18 @@ #include +/** @addtogroup MSG_examples + * + * - tracing/link_user_variables.c: 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