diff options
author | Ori Bernstein <ori@eigenstate.org> | 2017-09-04 00:08:07 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2017-09-04 00:08:07 -0700 |
commit | cf1c6aa5e3025d81896eba7d3f0858b37bdc7309 (patch) | |
tree | 71ac09fcc77a7d32fce4ae544f3465933832b67e /support | |
parent | 99cc92c31eadabe470d781af2f5fd4410594e10e (diff) | |
download | mc-cf1c6aa5e3025d81896eba7d3f0858b37bdc7309.tar.gz |
Improve sampling of benchmark.
Diffstat (limited to 'support')
-rw-r--r-- | support/dumpleak.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/dumpleak.myr b/support/dumpleak.myr index 350298a..557e8aa 100644 --- a/support/dumpleak.myr +++ b/support/dumpleak.myr @@ -78,7 +78,7 @@ const tracealloc = {path, f, stats ptr = get64(path, f) sz = get64(path, f) stk = [][:] - for var i = 0; i < 10; i++ + for var i = 0; i < 20; i++ std.slpush(&stk, get64(path, f)) ;; stats.allocs++ |