Author: njn Date: 2007-11-26 21:59:04 +0000 (Mon, 26 Nov 2007) New Revision: 7229
Log: - Rewrote documentation. - Added a new time unit, instructions executed, and made it the default -- it's much more reproducible and consistent than milliseconds. Requires IRSB instrumentation and so slows down some programs (malloc-light ones such as bzip2) by about 20%, others by less. - ms_print now doesn't overwrite the x-axis in the graphs. - Added a test for --detailed-freq and --max-snapshots Added: trunk/massif/tests/basic2.post.exp trunk/massif/tests/basic2.stderr.exp trunk/massif/tests/basic2.vgtest Modified: trunk/massif/docs/ms-manual.xml trunk/massif/ms_main.c trunk/massif/ms_print.in trunk/massif/tests/Makefile.am trunk/massif/tests/alloc-fns-A.post.exp trunk/massif/tests/alloc-fns-B.post.exp trunk/massif/tests/basic.post.exp trunk/massif/tests/big-alloc.post.exp trunk/massif/tests/custom_alloc.post.exp trunk/massif/tests/deep-A.post.exp trunk/massif/tests/deep-B.post.exp trunk/massif/tests/deep-C.post.exp trunk/massif/tests/deep-D.post.exp trunk/massif/tests/filter_stderr trunk/massif/tests/ignoring.post.exp trunk/massif/tests/insig.post.exp trunk/massif/tests/long-time.post.exp trunk/massif/tests/new-cpp.post.exp trunk/massif/tests/no-stack-no-heap.post.exp trunk/massif/tests/null.post.exp trunk/massif/tests/one.post.exp trunk/massif/tests/overloaded-new.post.exp trunk/massif/tests/peak.post.exp trunk/massif/tests/peak2.post.exp trunk/massif/tests/realloc.post.exp trunk/massif/tests/thresholds_0_0.post.exp trunk/massif/tests/thresholds_0_10.post.exp trunk/massif/tests/thresholds_10_0.post.exp trunk/massif/tests/thresholds_10_10.post.exp trunk/massif/tests/thresholds_5_0.post.exp trunk/massif/tests/thresholds_5_10.post.exp trunk/massif/tests/zero1.post.exp trunk/massif/tests/zero2.post.exp [... diff too large to include ...] ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-developers
