From: Nicholas Nethercote Date: Tue, 27 Nov 2007 00:53:56 +0000 (+0000) Subject: Update test output for a recent graph-drawing change. Update some notes. X-Git-Tag: svn/VALGRIND_3_3_0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab36cf9dde978aa9ac8509f4101d373bc36c4a14;p=thirdparty%2Fvalgrind.git Update test output for a recent graph-drawing change. Update some notes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7233 --- diff --git a/massif/ms_main.c b/massif/ms_main.c index caf7ae3700..9377e5ef53 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -32,10 +32,10 @@ //--------------------------------------------------------------------------- // 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