diff options
Diffstat (limited to 'src/benchmarks/realloc.py')
| -rw-r--r-- | src/benchmarks/realloc.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |
