From: Julian Seward Date: Mon, 26 Jul 2004 23:31:15 +0000 (+0000) Subject: Print vex storage stats at the end. X-Git-Tag: svn/VALGRIND_3_0_1^2~1202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cedfe3cbd2517c045ee9ba1c6eaf48c40e248e9d;p=thirdparty%2Fvalgrind.git Print vex storage stats at the end. git-svn-id: svn://svn.valgrind.org/vex/trunk@132 --- diff --git a/VEX/hacked104/vg_main.c b/VEX/hacked104/vg_main.c index 8da7e76be8..db5ce8c7da 100644 --- a/VEX/hacked104/vg_main.c +++ b/VEX/hacked104/vg_main.c @@ -1238,6 +1238,8 @@ void VG_(main) ( void ) "------ Valgrind's client block stats follow ---------------" ); VG_(show_client_block_stats)(); } + + LibVEX_ClearTemporary(True); # ifdef VG_PROFILE VGP_(done_profiling)();