diff options
Diffstat (limited to 'src/benchmarks/lld.py')
| -rw-r--r-- | src/benchmarks/lld.py | 6 |
1 files changed, 3 insertions, 3 deletions
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": "<" |
