Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] at the end of tracing, dump everything up to last simulated time
[simgrid.git] / src / instr / instr_config.c
index 6c72f7f..08474b4 100644 (file)
@@ -70,6 +70,7 @@ int TRACE_end()
   }
 
   /* dump trace buffer */
+  TRACE_last_timestamp_to_dump = surf_get_clock();
   TRACE_paje_dump_buffer();
 
   /* destroy all data structures of tracing (and free) */