aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/lld.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-10-30 12:46:15 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-10-30 12:46:15 +0100
commitde8f92b176252b52827f29621aabb91743c17c63 (patch)
tree57ba87d46603a6162a0dae229df8c2e8c8d47ffa /src/benchmarks/lld.py
parent37c3d391c812aff94754c6c80bec3e61982e00a1 (diff)
downloadallocbench-de8f92b176252b52827f29621aabb91743c17c63.tar.gz
allocbench-de8f92b176252b52827f29621aabb91743c17c63.zip
add and use write_tex_table function
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()