Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Always show the MC statistics on exit.
[simgrid.git] / src / mc / mc_global.c
index 22b3058..da3f134 100644 (file)
@@ -60,6 +60,7 @@ void MC_modelcheck(void)
 
 void MC_exit(void)
 {
+  MC_print_statistics(mc_stats);
   xbt_free(mc_time);
   MC_memory_exit();
 }