From 4923a96b603897009a21ad8b975d4a48765bb769 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 8 May 2019 20:32:21 +0200 Subject: add dataref exports --- src/benchmarks/realloc.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/benchmarks/realloc.py') diff --git a/src/benchmarks/realloc.py b/src/benchmarks/realloc.py index e5dae1b..423bf44 100644 --- a/src/benchmarks/realloc.py +++ b/src/benchmarks/realloc.py @@ -24,6 +24,7 @@ class Benchmark_Realloc(Benchmark): title='"realloc micro benchmark"') self.export_to_csv("task-clock") + self.export_to_dataref("task-clock") realloc = Benchmark_Realloc() -- cgit v1.2.3