X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f9991eb36ebf9379f271e85d6403d5c4f844c24..2130e3d93afaec6d8b81b7efa96740e20b5784a3:/examples/msg/trace-categories/trace-categories.c diff --git a/examples/msg/trace-categories/trace-categories.c b/examples/msg/trace-categories/trace-categories.c index 704ddc14ab..7f639f2a02 100644 --- a/examples/msg/trace-categories/trace-categories.c +++ b/examples/msg/trace-categories/trace-categories.c @@ -6,17 +6,11 @@ /** @addtogroup MSG_examples * - * - tracing/categories.c This is a master/worker program. The master creates tasks and send them to workers. - * For each task received, the worker executes it and then destroys it. This program declares several tracing categories + * - Setting Categories: trace-categories/trace-categories.c. This example declares several tracing categories * that are used to classify tasks. When the program is executed, the tracing mechanism registers the resource * utilization of hosts and links according to these categories. You might want to run this program with the following - * parameters: - * --cfg=tracing:yes - * --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) + * options: --cfg=tracing:yes, --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"