From 404f81886198234b5608cb5ada4ae92404cfce92 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 14 May 2019 16:50:02 +0200 Subject: fix ylabel for llc miss plot --- src/benchmarks/falsesharing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benchmarks/falsesharing.py b/src/benchmarks/falsesharing.py index f6375a6..f1d69ca 100644 --- a/src/benchmarks/falsesharing.py +++ b/src/benchmarks/falsesharing.py @@ -65,7 +65,7 @@ class Benchmark_Falsesharing(Benchmark): fixed=["bench"]) self.plot_fixed_arg("({LLC-load-misses}/{LLC-loads})*100", - ylabel="'l1 cache misses in %'", + ylabel="'llc cache misses in %'", title="'LLC misses: ' + arg + ' ' + str(arg_value)", filepostfix="llc-misses", fixed=["bench"]) -- cgit v1.2.3