From dbf9fd79c32bf349616bc48aef05f296c2fde203 Mon Sep 17 00:00:00 2001 From: Marion Guthmuller Date: Tue, 12 Jun 2012 22:02:50 +0200 Subject: [PATCH] model-checker : comment unused statistics information --- src/mc/mc_global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1