diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-05-14 16:50:02 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-05-14 16:50:02 +0200 |
| commit | 404f81886198234b5608cb5ada4ae92404cfce92 (patch) | |
| tree | 3d3fab919b8ff6b500bdd822ab0db359e2293fc7 | |
| parent | 602b28096f98a0f0d085ffd67b77b168bd92f0ad (diff) | |
| download | allocbench-404f81886198234b5608cb5ada4ae92404cfce92.tar.gz allocbench-404f81886198234b5608cb5ada4ae92404cfce92.zip | |
fix ylabel for llc miss plot
| -rw-r--r-- | src/benchmarks/falsesharing.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"]) |
