From 1d59b63de62ef2ac3cb5313f0162cef4de641cdf Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 13 Apr 2019 17:08:39 +0200 Subject: improve descriptive statistics, csv-export and add general barplot function --- src/benchmarks/realloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmarks/realloc.py') diff --git a/src/benchmarks/realloc.py b/src/benchmarks/realloc.py index d39c7a0..957d5fd 100644 --- a/src/benchmarks/realloc.py +++ b/src/benchmarks/realloc.py @@ -33,7 +33,7 @@ class Benchmark_Realloc(Benchmark): plt.savefig(self.name + ".png") plt.clf() - self.export_to_csv(datapoints=["task-clock"]) + self.export_to_csv("task-clock") realloc = Benchmark_Realloc() -- cgit v1.2.3