From e0ea88078322de8d8f9d815f3ee119bafe597ccf Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 4 Sep 2019 23:22:10 +0200 Subject: add "time" suffix to realloc time plot --- src/benchmarks/realloc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/benchmarks') 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") -- cgit v1.2.3