From 6409063abede94b1e6cfd39880e9a390f3054bbe Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 25 Aug 2019 11:27:03 +0200 Subject: add result directory to trace file --- bench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench.py b/bench.py index b957457..190297a 100755 --- a/bench.py +++ b/bench.py @@ -248,7 +248,7 @@ def main(): print_info("Plotting chattymalloc histograms") for f in os.listdir(bench.result_dir): if f.startswith("chatty_") and f.endswith(".txt"): - src.chattyparser.plot(f) + src.chattyparser.plot(os.path.join(bench.result_dir, f)) if args.runs > 0: print_status("Running", bench.name, "...") -- cgit v1.2.3