X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e044b3b16d776aa7f32c3c6071760a5bfed06f68..4ed6fd9a01c5c8e2a0506e448b6bc4e33f4f9cae:/examples/msg/README.doc diff --git a/examples/msg/README.doc b/examples/msg/README.doc index ce70c791c8..9217d965a3 100644 --- a/examples/msg/README.doc +++ b/examples/msg/README.doc @@ -46,13 +46,6 @@ are illustrated in these example. See also the It is interesting to run the process-create example with the following options to see the task executions: - - Platform tracing. - @ref examples/msg/trace-platform/trace-platform.c \n - This program is a toy example just loading the platform, so that - you can play with the platform visualization. Recommanded options: - @verbatim --cfg=tracing:yes --cfg=tracing/categorized:yes - @endverbatim - - Setting Categories. @ref examples/msg/trace-categories/trace-categories.c \n This example declares several tracing categories @@ -141,7 +134,6 @@ top of the example file). @example examples/msg/process-create/process-create.c -@example examples/msg/trace-platform/trace-platform.c @example examples/msg/trace-categories/trace-categories.c @example examples/msg/trace-masterworker/trace-masterworker.c @example examples/msg/trace-process-migration/trace-process-migration.c