From: Julian Seward Date: Wed, 20 Oct 2004 09:35:35 +0000 (+0000) Subject: Show Vex storage stats at end of run. X-Git-Tag: svn/VALGRIND_3_0_1^2~954 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e7dcbf8612368876511f13ed21508f695edaaa;p=thirdparty%2Fvalgrind.git Show Vex storage stats at end of run. git-svn-id: svn://svn.valgrind.org/vex/trunk@380 --- diff --git a/VEX/head20041019/coregrind/vg_main.c b/VEX/head20041019/coregrind/vg_main.c index aa0ccff98d..32b34d803e 100644 --- a/VEX/head20041019/coregrind/vg_main.c +++ b/VEX/head20041019/coregrind/vg_main.c @@ -2890,6 +2890,9 @@ int main(int argc, char **argv) VG_(threads)[last_run_tid].status == VgTs_WaitJoiner); VG_(nuke_all_threads_except)(VG_INVALID_THREADID); + /* Print Vex storage stats */ + LibVEX_ClearTemporary( True/*show stats*/ ); + //-------------------------------------------------------------- // Exit, according to the scheduler's return code //--------------------------------------------------------------