aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/loop.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/loop.py')
-rw-r--r--src/benchmarks/loop.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/benchmarks/loop.py b/src/benchmarks/loop.py
index 1f6a831..407aac1 100644
--- a/src/benchmarks/loop.py
+++ b/src/benchmarks/loop.py
@@ -74,6 +74,11 @@ class BenchmarkLoop(Benchmark):
self.write_best_doublearg_tex_table("perm.nthreads / ({task-clock}/1000)",
filepostfix="time.matrix")
+ self.write_tex_table([{"label": "MOPS/s",
+ "expression": "perm.nthreads / ({task-clock}/1000)",
+ "sort":">"}],
+ filepostfix="mops.table")
+
self.export_stats_to_csv("task-clock")
self.export_stats_to_dataref("task-clock")