|
From: <sv...@va...> - 2006-10-17 13:58:30
|
Author: sewardj
Date: 2006-10-17 14:58:17 +0100 (Tue, 17 Oct 2006)
New Revision: 6309
Log:
Increase # bbs in profile.
Modified:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_main.c 2006-10-17 12:49:31 UTC (rev 6308)
+++ trunk/coregrind/m_main.c 2006-10-17 13:58:17 UTC (rev 6309)
@@ -1926,7 +1926,7 @@
print_all_stats();
=20
if (VG_(clo_profile_flags) > 0) {
- #define N_MAX 100
+ #define N_MAX 200
BBProfEntry tops[N_MAX];
ULong score_total =3D VG_(get_BB_profile) (tops, N_MAX);
show_BB_profile(tops, N_MAX, score_total);
|