X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/614ef2324cbba0fee07ae420907633a31c571ad7..366b63fceb713f0b87e9783640066d822e7e3e65:/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..c3a06007a8 100644 --- a/examples/msg/trace-platform/trace-platform.c +++ b/examples/msg/trace-platform/trace-platform.c @@ -1,18 +1,8 @@ -/* Copyright (c) 2010, 2012-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2010, 2012-2016. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -/** @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) - */ - #include "simgrid/msg.h" int main(int argc, char *argv[])