From: Marion Guthmuller Date: Tue, 12 Jun 2012 20:02:50 +0000 (+0200) Subject: model-checker : comment unused statistics information X-Git-Tag: v3_8~639 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/dbf9fd79c32bf349616bc48aef05f296c2fde203?ds=inline model-checker : comment unused statistics information --- diff --git a/src/mc/mc_global.c b/src/mc/mc_global.c index 9190600c75..dcf9b8bcc5 100644 --- a/src/mc/mc_global.c +++ b/src/mc/mc_global.c @@ -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);