From 10761b3aca9b655154358de881d8699618a70900 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 17 Oct 2006 02:24:18 +0000 Subject: [PATCH] Update expected translation sizes, + whitespace changes (??) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6299 --- callgrind/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/callgrind/main.c b/callgrind/main.c index d0c0f4052d..4b54ef57d6 100644 --- a/callgrind/main.c +++ b/callgrind/main.c @@ -924,11 +924,11 @@ void finish(void) /* pop all remaining items from CallStack for correct sum */ CLG_(forall_threads)(unwind_thread); - + CLG_(dump_profile)(0, False); - + CLG_(finish_command)(); - + if (VG_(clo_verbosity) == 0) return; /* Hash table stats */ @@ -1074,7 +1074,7 @@ void CLG_(pre_clo_init)(void) VG_(details_copyright_author)("Copyright (C) 2002-2006, and GNU GPL'd, " "by Josef Weidendorfer et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); - VG_(details_avg_translation_sizeB) ( 245 ); + VG_(details_avg_translation_sizeB) ( 500 ); VG_(basic_tool_funcs) (CLG_(post_clo_init), CLG_(instrument), -- 2.47.2