]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update test output for a recent graph-drawing change. Update some notes.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 27 Nov 2007 00:53:56 +0000 (00:53 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 27 Nov 2007 00:53:56 +0000 (00:53 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7233

massif/ms_main.c

index caf7ae3700208c1d3ffaa21a2fe8fa7a9d7b6e3e..9377e5ef53200e70860f47a29b3e4cc8b7629b68 100644 (file)
 //---------------------------------------------------------------------------
 // Todo -- critical for release:
 // - address/close all the bug reports below (after writing docs)
-// - do a graph-drawing test
 // - Get Josef to update the Callgrind --callgrind-out-file option.
 //
 // Todo -- nice, but less critical:
+// - do a graph-drawing test
 // - make file format more generic.  Obstacles:
 //   - unit prefixes are not generic
 //   - preset column widths for stats are not generic
@@ -74,6 +74,9 @@
 //     many-xpts 0.08s  ma: 2.0s (25.0x, -----)
 //     konqueror 29.6s real  0:21.0s user
 //
+//   [Introduction of --time-unit=i as the default slowed things down by
+//   roughly 0--20%.]
+//
 // - get_XCon accounts for about 9% of konqueror startup time.  Try
 //   keeping XPt children sorted by 'ip' and use binary search in get_XCon.
 //   Requires factoring out binary search code from various places into a