X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/34f6f432728b9a9882a6801da79aafa751553666..3507aa0f86b4306e340c024cf251349861e53a7a:/src/instr/instr_config.c diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index 2259d514c9..1511425c8b 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -107,9 +107,7 @@ int TRACE_end() TRACE_paje_dump_buffer(1); /* destroy all data structures of tracing (and free) */ - if (!TRACE_disable_destroy()){ - destroyAllContainers(); - } + destroyAllContainers(); /* close the trace file */ TRACE_paje_end(); @@ -383,8 +381,8 @@ void TRACE_help (int detailed) " Routes among AS continue to be traced as usual.", detailed); print_line (OPT_TRACING_DISABLE_DESTROY, "Disable platform containers destruction", - " Disable the destruction of containers at the end of simulation. This can be" - " used with simulators that have a different notion of time (different from" + " Disable the destruction of containers at the end of simulation. This can be\n" + " used with simulators that have a different notion of time (different from\n" " the simulated time).", detailed); print_line (OPT_TRIVA_UNCAT_CONF, "Generate graph configuration for Triva",