From bc67e478022a2909542d82e25099775a6a8c22fe Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 10 Jun 2020 14:08:27 +0200 Subject: [espresso.py] use bar plots --- allocbench/benchmarks/espresso.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/allocbench/benchmarks/espresso.py b/allocbench/benchmarks/espresso.py index 7960286..cbe23f2 100644 --- a/allocbench/benchmarks/espresso.py +++ b/allocbench/benchmarks/espresso.py @@ -89,6 +89,7 @@ class BenchmarkEspresso(Benchmark): # L1 cache misses plt.plot(self, "({L1-dcache-load-misses}/{L1-dcache-loads})*100", + plot_type='bar', fig_options={ 'ylabel': "L1 misses in %", 'title': "Espresso l1 cache misses", @@ -99,6 +100,7 @@ class BenchmarkEspresso(Benchmark): # Memusage plt.plot(self, "{VmHWM}", + plot_type='bar', fig_options={ 'ylabel': "VmHWM in KB", 'title': "Espresso VmHWM", -- cgit v1.2.3