aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/espresso.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/espresso.py')
-rw-r--r--src/benchmarks/espresso.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/benchmarks/espresso.py b/src/benchmarks/espresso.py
index 68e474c..7dbc73b 100644
--- a/src/benchmarks/espresso.py
+++ b/src/benchmarks/espresso.py
@@ -83,6 +83,14 @@ class BenchmarkEspresso(Benchmark):
title='"Espresso VmHWM"',
filepostfix="vmhwm")
+ self.write_tex_table([{"label": "Runtime [ms]",
+ "expression": "{task-clock}",
+ "sort": "<"},
+ {"label": "Memusage [KB]",
+ "expression": "{VmHWM}",
+ "sort": "<"}],
+ filepostfix="table")
+
self.export_stats_to_dataref("task-clock")
self.export_stats_to_dataref("VmHWM")