print stats only at end of execution
[c11tester.git] / main.cc
diff --git a/main.cc b/main.cc
index 10e2d3b93eae2e3c80e4569464e44a9ebb63d17a..f55b98df2a4cbaa66262497fdad58992c8bac5b0 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -130,6 +130,8 @@ static void model_main() {
                model->finish_execution();
        } while (model->next_execution());
 
+       model->print_stats();
+
        delete model;
 
        DEBUG("Exiting\n");