aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-02-20 14:45:56 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-02-20 14:45:56 +0100
commit32649a17826f7793a52ed6af6aefa7ae18eb9db7 (patch)
tree44e3930443f4b367146dbf3cba0df6c662715e47 /src/benchmarks
parent1a3024f0ff5628bff535767fb4f044233a01b822 (diff)
downloadallocbench-32649a17826f7793a52ed6af6aefa7ae18eb9db7.tar.gz
allocbench-32649a17826f7793a52ed6af6aefa7ae18eb9db7.zip
add blowup pgfplot
Diffstat (limited to 'src/benchmarks')
-rw-r--r--src/benchmarks/blowup.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/benchmarks/blowup.py b/src/benchmarks/blowup.py
index d3700e3..cc85643 100644
--- a/src/benchmarks/blowup.py
+++ b/src/benchmarks/blowup.py
@@ -60,10 +60,20 @@ class BenchmarkBlowup(Benchmark):
title="blowup test",
filepostfix="vmhwm")
+ plt.pgfplot(self,
+ self.iterate_args(self.results["args"]),
+ "'blowup'",
+ "{VmHWM}/1000",
+ xlabel="",
+ ylabel="VmHWM in MB",
+ title="blowup test",
+ postfix="vmhwm",
+ bar=True)
+
del allocators["Ideal-RSS"]
del self.results["stats"]["Ideal-RSS"]
- plt.export_stats_to_dataref(self, "VmHWM")
+ # plt.export_stats_to_dataref(self, "VmHWM")
blowup = BenchmarkBlowup()