]> git.ipfire.org Git - thirdparty/valgrind.git/commit
- Rewrote documentation.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 26 Nov 2007 21:59:04 +0000 (21:59 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 26 Nov 2007 21:59:04 +0000 (21:59 +0000)
commit01e4f950f20a27144006f8eb397e49debd328548
tree13af3676ad41339f9c78be8ba85cb3d1fee1a8f5
parent519f7dba030db58ec0462fc8946b2799424e280f
- 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

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7229
36 files changed:
massif/docs/ms-manual.xml
massif/ms_main.c
massif/ms_print.in
massif/tests/Makefile.am
massif/tests/alloc-fns-A.post.exp
massif/tests/alloc-fns-B.post.exp
massif/tests/basic.post.exp
massif/tests/basic2.post.exp [new file with mode: 0644]
massif/tests/basic2.stderr.exp [new file with mode: 0644]
massif/tests/basic2.vgtest [new file with mode: 0644]
massif/tests/big-alloc.post.exp
massif/tests/custom_alloc.post.exp
massif/tests/deep-A.post.exp
massif/tests/deep-B.post.exp
massif/tests/deep-C.post.exp
massif/tests/deep-D.post.exp
massif/tests/filter_stderr
massif/tests/ignoring.post.exp
massif/tests/insig.post.exp
massif/tests/long-time.post.exp
massif/tests/new-cpp.post.exp
massif/tests/no-stack-no-heap.post.exp
massif/tests/null.post.exp
massif/tests/one.post.exp
massif/tests/overloaded-new.post.exp
massif/tests/peak.post.exp
massif/tests/peak2.post.exp
massif/tests/realloc.post.exp
massif/tests/thresholds_0_0.post.exp
massif/tests/thresholds_0_10.post.exp
massif/tests/thresholds_10_0.post.exp
massif/tests/thresholds_10_10.post.exp
massif/tests/thresholds_5_0.post.exp
massif/tests/thresholds_5_10.post.exp
massif/tests/zero1.post.exp
massif/tests/zero2.post.exp