aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-09-04 23:22:10 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-09-04 23:22:10 +0200
commite0ea88078322de8d8f9d815f3ee119bafe597ccf (patch)
treec4d88edb8993a7c580829b5321a242276b78e0df
parent70f4b3ef9dcc23120fa70fb5314197aa914270b1 (diff)
downloadallocbench-e0ea88078322de8d8f9d815f3ee119bafe597ccf.tar.gz
allocbench-e0ea88078322de8d8f9d815f3ee119bafe597ccf.zip
add "time" suffix to realloc time plot
-rw-r--r--src/benchmarks/realloc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/benchmarks/realloc.py b/src/benchmarks/realloc.py
index 05edba1..ca954d0 100644
--- a/src/benchmarks/realloc.py
+++ b/src/benchmarks/realloc.py
@@ -36,7 +36,8 @@ class BenchmarkRealloc(Benchmark):
def summary(self):
self.barplot_single_arg("{task-clock}",
ylabel='"task-clock in ms"',
- title='"realloc micro benchmark"')
+ title='"realloc micro benchmark"',
+ filepostfix="time")
self.export_stats_to_csv("task-clock")
self.export_stats_to_dataref("task-clock")