aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-08-25 12:33:35 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-08-25 12:33:35 +0200
commit7260fa67c9204b689b7ae06b7c180fd79ebd445a (patch)
treee78512128b4e7969824991927ac41f5016cb1665
parent6409063abede94b1e6cfd39880e9a390f3054bbe (diff)
downloadallocbench-7260fa67c9204b689b7ae06b7c180fd79ebd445a.tar.gz
allocbench-7260fa67c9204b689b7ae06b7c180fd79ebd445a.zip
only plot chattymalloc results if nosum is not set
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
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"):