X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0821eaf865ee5431f938481ede3c2e77ef095f65..693f30b46244c152cd79cdf3ad35d4a79b866c9c:/examples/msg/tracing/trace_platform.c diff --git a/examples/msg/tracing/trace_platform.c b/examples/msg/tracing/trace_platform.c index a3e9dd91db..685a8bfd5c 100644 --- a/examples/msg/tracing/trace_platform.c +++ b/examples/msg/tracing/trace_platform.c @@ -6,7 +6,13 @@ /** @addtogroup MSG_examples * - * - tracing/trace_platform.c: Demonstrates how to trace the platform + * - 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:1 + * --cfg=tracing/categorized:1 + * (See \ref tracing_tracing_options for details) */ #include @@ -20,7 +26,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example") /** Main function */ int main(int argc, char *argv[]) { - MSG_global_init(&argc, argv); + MSG_init(&argc, argv); if (argc < 2) { printf("Usage: %s platform_file\n", argv[0]); exit(1);