Author: njn Date: 2007-10-18 03:00:19 +0100 (Thu, 18 Oct 2007) New Revision: 7016
Log: comment Modified: branches/MASSIF2/massif/ms_main.c Modified: branches/MASSIF2/massif/ms_main.c =================================================================== --- branches/MASSIF2/massif/ms_main.c 2007-10-17 22:29:08 UTC (rev 7015) +++ branches/MASSIF2/massif/ms_main.c 2007-10-18 02:00:19 UTC (rev 7016) @@ -61,7 +61,7 @@ // tinycc 0.49s ma: 7.6s (15.4x, -----) // many-xpts 0.04s ma: 1.9s (46.2x, -----) // -// Many many-xpts run for longer (r7001): +// Make many-xpts run for longer (r7001): // heap 0.59s ma:20.3s (34.5x, -----) // tinycc 0.49s ma: 7.6s (15.4x, -----) // many-xpts 0.13s ma: 2.8s (21.6x, -----) @@ -97,12 +97,16 @@ // // By default, only snapshot a peak if it's 1% larger than the previous peak, // rather than snapshotting every peak. Greatly reduces the number of peak -// snapshots taken for larger programs like konqueror. +// snapshots taken for larger programs like konqueror (r7013): // heap 0.53s ma:12.4s (23.5x, -----) // tinycc 0.46s ma: 4.9s (10.7x, -----) // many-xpts 0.08s ma: 2.0s (25.0x, -----) // konqueror 29.6s real 0:21.0s user // +// Performance todos: +// - get_XCon accounts for about 9% of konqueror startup time. Try keeping +// XPt children sorted by 'ip' and use binary search in get_XCon. +// // Todo: // - for regtests, need to filter out code addresses in *.post.* files // - do snapshots on client requests ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Valgrind-developers mailing list Valgrind-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-developers