From 57c769cce26aa6e373f637f578b2f8c76a1e7245 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 31 Jul 2019 18:52:37 +0200 Subject: add facts to dataref export --- src/benchmarks/t_test1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmarks/t_test1.py') diff --git a/src/benchmarks/t_test1.py b/src/benchmarks/t_test1.py index e43a511..3b774cd 100644 --- a/src/benchmarks/t_test1.py +++ b/src/benchmarks/t_test1.py @@ -47,7 +47,7 @@ class Benchmark_t_test1(Benchmark): self.write_best_doublearg_tex_table(yval, filepostfix="memusage.matrix") - self.export_to_csv("task-clock") + self.export_stats_to_csv("task-clock") t_test1 = Benchmark_t_test1() -- cgit v1.2.3