diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-25 11:15:37 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-25 11:15:37 +0200 |
| commit | e5d3d3dcf4d48493ec08e8788cb76e4ab7f29dd7 (patch) | |
| tree | 47e9714645420214487434f8b8d0b7ab3f87ab12 | |
| parent | 7ea7b89464e4ea9dc2213fa8419069cada18dac0 (diff) | |
| download | allocbench-e5d3d3dcf4d48493ec08e8788cb76e4ab7f29dd7.tar.gz allocbench-e5d3d3dcf4d48493ec08e8788cb76e4ab7f29dd7.zip | |
fix chattymalloc name
| -rwxr-xr-x | bench.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"): - chattyparser.plot(f) + src.chattyparser.plot(f) if args.runs > 0: print_status("Running", bench.name, "...") |
