X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/756b82fad06ba482ed401f3ed35c31874f367e8a..302e7ed38e37504bd6cde8207f7065b49f14e906:/examples/msg/trace-simple/trace-simple.c diff --git a/examples/msg/trace-simple/trace-simple.c b/examples/msg/trace-simple/trace-simple.c index b735435f84..a53e51fb15 100644 --- a/examples/msg/trace-simple/trace-simple.c +++ b/examples/msg/trace-simple/trace-simple.c @@ -1,20 +1,10 @@ -/* 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. */ #include "simgrid/msg.h" -/** @addtogroup MSG_examples - * - * @section msg_ex_tracing Tracing and visualization features - * Tracing can be activated by various configuration options which are illustrated in these example. - * See \ref tracing_tracing_options for details. - * - Basic example: trace-simple/trace-simple.c. In this very simple program, each process creates, executes, - * and destroy a task. You might want to run it with the --cfg=tracing/uncategorized:yes option. - */ - static int simple_func(int argc, char *argv[]) { msg_task_t task = MSG_task_create("task", 100, 0, NULL);