X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1bc7aeab041e3ce07b22351094fa1f1700cfde72..d0392de9a3c0fbe9065924ca323d78c99ed03c7c:/examples/msg/trace-platform/trace-platform.c diff --git a/examples/msg/trace-platform/trace-platform.c b/examples/msg/trace-platform/trace-platform.c index 6cb9d80f7f..0ca692d511 100644 --- a/examples/msg/trace-platform/trace-platform.c +++ b/examples/msg/trace-platform/trace-platform.c @@ -6,11 +6,9 @@ /** @addtogroup MSG_examples * - * - tracing/trace_platform.c: This program demonstrates how a platform file is traced to a Paje trace file - * format using the tracing mechanism of Simgrid. You might want to run this program with the following parameters: - * --cfg=tracing:yes - * --cfg=tracing/categorized:yes - * (See \ref tracing_tracing_options for details) + * - Tracing the platform: trace-platform/trace-platform.c. This example just loads a platform file to + * demonstrate how it can be traced into the Paje trace file format. You might want to run this program with the + * following options: --cfg=tracing:yes and --cfg=tracing/categorized:yes. */ #include "simgrid/msg.h"