]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase the number of top-bbs in a profile to a useful number.
authorJulian Seward <jseward@acm.org>
Mon, 24 Jan 2005 10:42:46 +0000 (10:42 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 24 Jan 2005 10:42:46 +0000 (10:42 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3228

coregrind/vg_transtab.c

index af3e1602b02c0fafaa4527f30217c68f72ff37c3..2c94b7379790febf2dcbd15a054c1486312d05f1 100644 (file)
@@ -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];