]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase # bbs in profile.
authorJulian Seward <jseward@acm.org>
Tue, 17 Oct 2006 13:58:17 +0000 (13:58 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 17 Oct 2006 13:58:17 +0000 (13:58 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6309

coregrind/m_main.c

index 594af625c695411290cf4bce52191f1b758aa0af..ad5c267e25ab117b0906a7a23f0e32157dab3e91 100644 (file)
@@ -1926,7 +1926,7 @@ void shutdown_actions_NORETURN( ThreadId tid,
       print_all_stats();
 
    if (VG_(clo_profile_flags) > 0) {
-      #define N_MAX 100
+      #define N_MAX 200
       BBProfEntry tops[N_MAX];
       ULong score_total = VG_(get_BB_profile) (tops, N_MAX);
       show_BB_profile(tops, N_MAX, score_total);