Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : comment unused statistics information
[simgrid.git] / src / mc / mc_global.c
index 9190600..dcf9b8b 100644 (file)
@@ -504,7 +504,7 @@ void MC_dump_stack_liveness(xbt_fifo_t stack){
 
 void MC_print_statistics(mc_stats_t stats)
 {
-  XBT_INFO("State space size ~= %lu", stats->state_size);
+  //XBT_INFO("State space size ~= %lu", stats->state_size);
   XBT_INFO("Expanded states = %lu", stats->expanded_states);
   XBT_INFO("Visited states = %lu", stats->visited_states);
   XBT_INFO("Executed transitions = %lu", stats->executed_transitions);