X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b1bf4b927630226493504bec19ea7356f8e70ff..ac939f0ccce934321485e52c4d702fb29f881b86:/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[])