X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a9919f554fd42fdb9a26defe86adbb1c3cfa59bd..d0392de9a3c0fbe9065924ca323d78c99ed03c7c:/examples/msg/trace-masterworker/trace-masterworker.c diff --git a/examples/msg/trace-masterworker/trace-masterworker.c b/examples/msg/trace-masterworker/trace-masterworker.c index 335dd095e0..ee5ffca02d 100644 --- a/examples/msg/trace-masterworker/trace-masterworker.c +++ b/examples/msg/trace-masterworker/trace-masterworker.c @@ -6,20 +6,17 @@ /** @addtogroup MSG_examples * - * - tracing/ms.c This is a master/worker program where the master creates tasks, send them to the workers. For - * each task received, the worker executes it and then destroys it. This program uses several tracing functions that - * enable the tracing of categorized resource utilization, the use of trace marks, and user variables associated to the - * hosts of the platform file. You might want to run this program with the following parameters: - * --cfg=tracing/categorized:yes - * --cfg=tracing/uncategorized:yes - * --cfg=viva/categorized:viva_cat.plist - * --cfg=viva/uncategorized:viva_uncat.plist - * (See \ref tracing_tracing_options for details) + * - Master/Worker: trace-masterworker/trace-masterworker.c This is an augmented version of our basic + * master/worker example. It uses several tracing functions that enable the tracing of categorized resource + * utilization, the use of trace marks, and user variables associated to the hosts of the platform file. You might + * want to run this program with the following configuration options: + * --cfg=tracing/categorized:yes, --cfg=tracing/uncategorized:yes, + * --cfg=viva/categorized:viva_cat.plist, and --cfg=viva/uncategorized:viva_uncat.plist. */ #include "simgrid/msg.h" -XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); +XBT_LOG_NEW_DEFAULT_CATEGORY(msg_trace_masterworker, "Messages specific for this msg example"); static int master(int argc, char *argv[]) {