|
From: <sv...@va...> - 2007-11-27 00:53:58
|
Author: njn Date: 2007-11-27 00:53:56 +0000 (Tue, 27 Nov 2007) New Revision: 7233 Log: Update test output for a recent graph-drawing change. Update some notes. Modified: trunk/massif/ms_main.c Modified: trunk/massif/ms_main.c =================================================================== --- trunk/massif/ms_main.c 2007-11-26 22:43:03 UTC (rev 7232) +++ trunk/massif/ms_main.c 2007-11-27 00:53:56 UTC (rev 7233) @@ -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 |