From 9cf7987ca27bcc54c1326c2d7256543a332c3ff1 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 21 Feb 2020 14:19:38 +0100 Subject: use plots from src.plots --- src/benchmarks/lld.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/benchmarks/lld.py') diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py index b2da35b..a9fe26c 100644 --- a/src/benchmarks/lld.py +++ b/src/benchmarks/lld.py @@ -284,12 +284,12 @@ class BenchmarkLld(Benchmark): plt.clf() # self.export_stats_to_csv("VmHWM") - src.plots.export_stats_to_csv("task-clock") + src.plots.export_stats_to_csv(self, "task-clock") # self.export_stats_to_dataref("VmHWM") - src.plots.export_stats_to_dataref("task-clock") + src.plots.export_stats_to_dataref(self, "task-clock") - src.plots.write_tex_table([{ + src.plots.write_tex_table(self, [{ "label": "Runtime [ms]", "expression": "{task-clock}", "sort": "<" -- cgit v1.2.3