From 0e467466b1171f162948e9aaa369c6117d915e05 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 9 Mar 2020 19:14:54 +0100 Subject: 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 --- src/benchmarks/fd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/benchmarks/fd.py') diff --git a/src/benchmarks/fd.py b/src/benchmarks/fd.py index 0d5657d..6f88878 100644 --- a/src/benchmarks/fd.py +++ b/src/benchmarks/fd.py @@ -71,7 +71,7 @@ class BenchmarkFd(Benchmark): "{task-clock}", ylabel="runtime in ms", title="fd runtime", - filepostfix="runtime") + file_postfix="runtime") plt.export_stats_to_dataref(self, "task-clock") @@ -79,7 +79,7 @@ class BenchmarkFd(Benchmark): "{VmHWM}", ylabel="VmHWM in KB", title="fd memusage", - filepostfix="memusage") + file_postfix="memusage") plt.export_stats_to_dataref(self, "VmHWM") -- cgit v1.2.3