From: Julian Seward Date: Tue, 17 Oct 2006 02:24:18 +0000 (+0000) Subject: Update expected translation sizes, + whitespace changes (??) X-Git-Tag: svn/VALGRIND_3_3_0~577 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10761b3aca9b655154358de881d8699618a70900;p=thirdparty%2Fvalgrind.git Update expected translation sizes, + whitespace changes (??) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6299 --- 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),