|
From: <sv...@va...> - 2005-07-03 20:22:44
|
Author: njn
Date: 2005-07-03 21:22:39 +0100 (Sun, 03 Jul 2005)
New Revision: 4103
Log:
Tweak debug output.
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 2005-07-03 20:22:07 UTC (rev 4102)
+++ trunk/coregrind/m_main.c 2005-07-03 20:22:39 UTC (rev 4103)
@@ -139,6 +139,7 @@
VG_(message)(Vg_DebugMsg,=20
"------ Valgrind's internal memory use stats follow ------" );
VG_(sanity_check_malloc_all)();
+ VG_(message)(Vg_DebugMsg, "------" );
VG_(print_all_arena_stats)();
VG_(message)(Vg_DebugMsg, "");
}
|