X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a1d7fb09c29089971a104069a5b0af935892e41b..eba5ae1edf4ba60747de3d624ab2a34bdc2f5b84:/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 0ca692d511..c3a06007a8 100644 --- a/examples/msg/trace-platform/trace-platform.c +++ b/examples/msg/trace-platform/trace-platform.c @@ -1,16 +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 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" int main(int argc, char *argv[])