Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding the --cfg=tracing/platform:1 adds one line to the output
[simgrid.git] / examples / msg / gtnets / gtnets.c
index 56ad280..da319d8 100644 (file)
@@ -9,7 +9,6 @@
 #include "msg/msg.h"
 #include "xbt/log.h"
 #include "xbt/asserts.h"
-#include "gras_config.h" //for HAVE_LATENCY_BOUND_TRACKING
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test,
                              "Messages specific for this msg example");
@@ -199,15 +198,12 @@ int main(int argc, char *argv[])
     exit(1);
   }
 
-  TRACE_start();
   TRACE_declare_mark("endmark");
 
   res = test_all(argv[1], argv[2]);
 
   MSG_clean();
 
-  TRACE_end();
-
   if (res == MSG_OK)
     return 0;
   else