aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-05-09 13:21:12 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-06-02 11:18:47 +0200
commit5d4582908426099e405b991101513662021d9dbd (patch)
tree7d84ff616188ee72d987354d035af41b9a1f21a4
parente79d496769fc5a09ab137409638512e4e50732ed (diff)
downloadallocbench-5d4582908426099e405b991101513662021d9dbd.tar.gz
allocbench-5d4582908426099e405b991101513662021d9dbd.zip
larson.py: fix plot titles
-rw-r--r--allocbench/benchmarks/larson.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/allocbench/benchmarks/larson.py b/allocbench/benchmarks/larson.py
index b7acb71..f416b4f 100644
--- a/allocbench/benchmarks/larson.py
+++ b/allocbench/benchmarks/larson.py
@@ -85,7 +85,7 @@ class BenchmarkLarson(Benchmark):
"{throughput}/1000000",
fig_options={
'ylabel': "MOPS/s",
- 'title': "Larson: {arg} {arg_value}",
+ 'title': "Larson: {fixed_part_str}",
},
file_postfix="throughput")
@@ -93,7 +93,7 @@ class BenchmarkLarson(Benchmark):
"({L1-dcache-load-misses}/{L1-dcache-loads})*100",
fig_options={
'ylabel': "l1 cache misses in %",
- 'title': "Larson cache misses: {arg} {arg_value}",
+ 'title': "Larson cache misses: {fixed_part_str}",
},
file_postfix="cachemisses")