From 7260fa67c9204b689b7ae06b7c180fd79ebd445a Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 25 Aug 2019 12:33:35 +0200 Subject: only plot chattymalloc results if nosum is not set --- bench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench.py b/bench.py index 190297a..8772458 100755 --- a/bench.py +++ b/bench.py @@ -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"): -- cgit v1.2.3