From de8f92b176252b52827f29621aabb91743c17c63 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 30 Oct 2019 12:46:15 +0100 Subject: add and use write_tex_table function --- src/benchmarks/lld.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/benchmarks/lld.py') diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py index 1c30ce0..d9796bc 100644 --- a/src/benchmarks/lld.py +++ b/src/benchmarks/lld.py @@ -274,5 +274,10 @@ class BenchmarkLld(Benchmark): # self.export_stats_to_dataref("VmHWM") self.export_stats_to_dataref("task-clock") + self.write_tex_table([{"label": "Runtime [ms]", + "expression": "{task-clock}", + "sort": "<"}], + filepostfix="table") + lld = BenchmarkLld() -- cgit v1.2.3