From: Julian Seward Date: Mon, 24 Jan 2005 10:42:46 +0000 (+0000) Subject: Increase the number of top-bbs in a profile to a useful number. X-Git-Tag: svn/VALGRIND_3_0_0~1090 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056ed053a888b4bd7f37bde9c92f016fb83846cb;p=thirdparty%2Fvalgrind.git Increase the number of top-bbs in a profile to a useful number. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3228 --- diff --git a/coregrind/vg_transtab.c b/coregrind/vg_transtab.c index af3e1602b0..2c94b73797 100644 --- a/coregrind/vg_transtab.c +++ b/coregrind/vg_transtab.c @@ -639,7 +639,7 @@ void VG_(print_tt_tc_stats) ( void ) /*------------------------------------------------------------*/ /* Only the top N_MAX bbs will be displayed. */ -#define N_MAX 10 +#define N_MAX 200 static TTEntry* tops[N_MAX];