diff options
Diffstat (limited to 'bench.py')
| -rwxr-xr-x | bench.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -244,7 +244,7 @@ def main(): # restore allocs bench.allocators = old_allocs - if analyze_alloc == "chattymalloc": + if not args.nosum and analyze_alloc == "chattymalloc": print_info("Plotting chattymalloc histograms") for f in os.listdir(bench.result_dir): if f.startswith("chatty_") and f.endswith(".txt"): |
