diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-13 17:08:39 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-13 17:08:39 +0200 |
| commit | 1d59b63de62ef2ac3cb5313f0162cef4de641cdf (patch) | |
| tree | 4188a4ef6158f67d1d14d17f4865f52b1e82d7c1 /src/benchmarks/realloc.py | |
| parent | 47b6769088d2e3a1f51f3c11c8e402645d0d9650 (diff) | |
| download | allocbench-1d59b63de62ef2ac3cb5313f0162cef4de641cdf.tar.gz allocbench-1d59b63de62ef2ac3cb5313f0162cef4de641cdf.zip | |
improve descriptive statistics, csv-export and add general barplot function
Diffstat (limited to 'src/benchmarks/realloc.py')
| -rw-r--r-- | src/benchmarks/realloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
