diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2011-01-10 14:56:59 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2011-01-10 14:56:59 +0000 |
commit | 4e4374075213cbea78136aca48aab907889c957c (patch) | |
tree | 9019a064148f30579daac7451f79849128406b9a /exp-dhat | |
parent | 7c02ba7c0457974d64ec661270d5bc42fcf59ef0 (diff) |
Only show per-offset access counts for allocations up to 1024 bytes,
to avoid producing ridiculous amounts of output.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11493 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'exp-dhat')
-rw-r--r-- | exp-dhat/dh_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exp-dhat/dh_main.c b/exp-dhat/dh_main.c index 2edd5f37..82eb941b 100644 --- a/exp-dhat/dh_main.c +++ b/exp-dhat/dh_main.c @@ -41,7 +41,7 @@ #include "pub_tool_tooliface.h" #include "pub_tool_wordfm.h" -#define HISTOGRAM_SIZE_LIMIT 4096 //1024 +#define HISTOGRAM_SIZE_LIMIT 1024 //------------------------------------------------------------// |