]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Minimal fixes needed to make this tool actually usable:
authorJulian Seward <jseward@acm.org>
Tue, 12 Oct 2010 18:08:33 +0000 (18:08 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 12 Oct 2010 18:08:33 +0000 (18:08 +0000)
commitecf76d8b09e3172e3c48f2f809c0c30e6c21093d
tree7d41920944313c00c85b9fff7854f610149ebf04
parent2b84460a22e58c42557c08a0cec1e7d153f8e715
Minimal fixes needed to make this tool actually usable:

* change the per-block-byte freq count type from 8- to 16-bit
  so as to reduce the misleadingness of eventual numbers for
  frequently accessed blocks

* disable debug printing

* add command line parameters to control the number of APs shown
  in the final output, and to control the sorting order

* show average block size for each AP

* avoid possible problems when retiring a block and merging its
  per-byte access counts into the AP's counts

* add a trailer message giving some important hints to the user

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11434
exp-dhat/dh_main.c