aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/lld.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-03-09 19:14:54 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-03-09 19:14:54 +0100
commit0e467466b1171f162948e9aaa369c6117d915e05 (patch)
tree9037afdb2813a104c0d60cc49f572418215786c0 /src/benchmarks/lld.py
parent19362370c09dd4ac945ed7cfff07d91f0db95353 (diff)
downloadallocbench-0e467466b1171f162948e9aaa369c6117d915e05.tar.gz
allocbench-0e467466b1171f162948e9aaa369c6117d915e05.zip
improve matplotlib code
add new helper functions to get all y_values for a plot use seperate figures for each plot s/filepostfix/file_postfix/ to be consistent
Diffstat (limited to 'src/benchmarks/lld.py')
-rw-r--r--src/benchmarks/lld.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py
index a9fe26c..55b9063 100644
--- a/src/benchmarks/lld.py
+++ b/src/benchmarks/lld.py
@@ -294,7 +294,7 @@ class BenchmarkLld(Benchmark):
"expression": "{task-clock}",
"sort": "<"
}],
- filepostfix="table")
+ file_postfix="table")
lld = BenchmarkLld()