aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/realloc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/realloc.py')
-rw-r--r--src/benchmarks/realloc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/benchmarks/realloc.py b/src/benchmarks/realloc.py
index 7132d68..f3f3c2e 100644
--- a/src/benchmarks/realloc.py
+++ b/src/benchmarks/realloc.py
@@ -18,8 +18,8 @@ class Benchmark_Realloc(Benchmark):
ylabel='"task-clock in ms"',
title='"realloc micro benchmark"')
- self.export_to_csv("task-clock")
- self.export_to_dataref("task-clock")
+ self.export_stats_to_csv("task-clock")
+ self.export_stats_to_dataref("task-clock")
realloc = Benchmark_Realloc()