aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/lld.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/lld.py')
-rw-r--r--src/benchmarks/lld.py5
1 files changed, 5 insertions, 0 deletions
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()