|
From: <sv...@va...> - 2006-10-17 02:24:23
|
Author: sewardj
Date: 2006-10-17 03:24:18 +0100 (Tue, 17 Oct 2006)
New Revision: 6299
Log:
Update expected translation sizes, + whitespace changes (??)
Modified:
trunk/callgrind/main.c
Modified: trunk/callgrind/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/callgrind/main.c 2006-10-17 02:23:23 UTC (rev 6298)
+++ trunk/callgrind/main.c 2006-10-17 02:24:18 UTC (rev 6299)
@@ -924,11 +924,11 @@
/* pop all remaining items from CallStack for correct sum
*/
CLG_(forall_threads)(unwind_thread);
- =20
+
CLG_(dump_profile)(0, False);
- =20
+
CLG_(finish_command)();
- =20
+
if (VG_(clo_verbosity) =3D=3D 0) return;
=20
/* Hash table stats */
@@ -1074,7 +1074,7 @@
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 );
=20
VG_(basic_tool_funcs) (CLG_(post_clo_init),
CLG_(instrument),
|