From 7aee63c33ef0a66e6e451d38ff195aaa0c21e4e2 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Sun, 19 Apr 2015 17:56:42 +0000 Subject: [PATCH] Ensure we print the memory statistics with the default verbosity, when giving --stats=yes git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15114 --- coregrind/m_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 52f9f9f2eb..9ca26e3235 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -2628,7 +2628,7 @@ void shutdown_actions_NORETURN( ThreadId tid, VG_(sanity_check_general)( True /*include expensive checks*/ ); if (VG_(clo_stats)) - VG_(print_all_stats)(VG_(clo_verbosity) > 2, /* Memory stats */ + VG_(print_all_stats)(VG_(clo_verbosity) >= 1, /* Memory stats */ False /* tool prints stats in the tool fini */); /* Show a profile of the heap(s) at shutdown. Optionally, first -- 2.47.3