aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/dj_trace.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/dj_trace.py')
-rw-r--r--src/benchmarks/dj_trace.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/benchmarks/dj_trace.py b/src/benchmarks/dj_trace.py
index 3f87e86..bca0d17 100644
--- a/src/benchmarks/dj_trace.py
+++ b/src/benchmarks/dj_trace.py
@@ -209,6 +209,11 @@ class BenchmarkDJTrace(Benchmark):
title='"Highwatermark of Vm (VmHWM)"',
filepostfix="newrss")
+ # self.barplot_fixed_arg("{Max_RSS}/1000",
+ # ylabel='"Max RSS in MB"',
+ # title='"Highwatermark of Vm (VmHWM)"',
+ # filepostfix="newrss")
+
del allocators["Ideal_RSS"]
del self.results["stats"]["Ideal_RSS"]
@@ -238,6 +243,15 @@ class BenchmarkDJTrace(Benchmark):
self.export_stats_to_dataref("Max_RSS")
self.export_stats_to_dataref("cputime")
+ # Big table
+ self.write_tex_table([{"label": "Runtime [ms]",
+ "expression": "{cputime}/1000",
+ "sort": "<"},
+ {"label": "Max RSS [MB]",
+ "expression": "{Max_RSS}/1000",
+ "sort":"<"}],
+ filepostfix="table")
+
# Tables
for perm in self.iterate_args(args=args):
# collect data