Author: njn Date: 2007-09-26 23:31:05 +0100 (Wed, 26 Sep 2007) New Revision: 6913
Log: notes Modified: branches/MASSIF2/massif/ms_main.c Modified: branches/MASSIF2/massif/ms_main.c =================================================================== --- branches/MASSIF2/massif/ms_main.c 2007-09-26 09:43:23 UTC (rev 6912) +++ branches/MASSIF2/massif/ms_main.c 2007-09-26 22:31:05 UTC (rev 6913) @@ -31,14 +31,15 @@ // XXX: //--------------------------------------------------------------------------- // Todo: +// - disable --stacks, unless/until I do it fully and properly -- ie. +// track every stack alloc/dealloc -- necessary if peak-taking is to be +// accurate. Stacks stuff is hard to regtest, unfortunately. +// - do peak-taking. // - make file format more generic. Obstacles: // - unit prefixes are not generic // - preset column widths for stats are not generic // - preset column headers are not generic // - "Massif arguments:" line is not generic -// - get rid of --stacks, unless/until I do it fully and properly -- ie. -// track every stack alloc/dealloc -- necessary if peak-taking is to be -// accurate. Stacks stuff is hard to regtest, unfortunately. // - consider 'instructions executed' as a time unit -- more regular than // ms, less artificial than B // - do a graph-drawing test @@ -48,7 +49,6 @@ // - write a good basic test that shows how the tool works, suitable for // documentation // - Check MALLOCLIKE_BLOCK works, write regtest -// - work out peak-taking // - do snapshots on client requests (after peak-taking is done) // - make everything configurable, eg. min/max number of snapshots (which // also determine culling proportion), frequency of detailed snapshots, ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list Valgrind-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-developers