Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : comment unused statistics information
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Tue, 12 Jun 2012 20:02:50 +0000 (22:02 +0200)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Tue, 12 Jun 2012 20:02:50 +0000 (22:02 +0200)
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);