diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-10-30 12:46:15 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-10-30 12:46:15 +0100 |
| commit | de8f92b176252b52827f29621aabb91743c17c63 (patch) | |
| tree | 57ba87d46603a6162a0dae229df8c2e8c8d47ffa /src/benchmarks/lld.py | |
| parent | 37c3d391c812aff94754c6c80bec3e61982e00a1 (diff) | |
| download | allocbench-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.py | 5 |
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() |
