From 5d7ed8ac6168fb05b66f71a8191a7a394fba3c54 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 30 Oct 2019 14:35:28 +0100 Subject: add tex tables to cfrac and espresso --- src/benchmarks/cfrac.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/benchmarks/cfrac.py') diff --git a/src/benchmarks/cfrac.py b/src/benchmarks/cfrac.py index 0a0a8d5..df5001d 100644 --- a/src/benchmarks/cfrac.py +++ b/src/benchmarks/cfrac.py @@ -84,6 +84,14 @@ class BenchmarkCfrac(Benchmark): title='"Cfrac 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") -- cgit v1.2.3