aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/dj_trace.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-07-31 18:52:37 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-07-31 18:52:37 +0200
commit57c769cce26aa6e373f637f578b2f8c76a1e7245 (patch)
tree57a964d718584c51ecfc6375d766450823df6cb9 /src/benchmarks/dj_trace.py
parentc9caf19bd09b597318d609f957f9a99841981d85 (diff)
downloadallocbench-57c769cce26aa6e373f637f578b2f8c76a1e7245.tar.gz
allocbench-57c769cce26aa6e373f637f578b2f8c76a1e7245.zip
add facts to dataref export
Diffstat (limited to 'src/benchmarks/dj_trace.py')
-rw-r--r--src/benchmarks/dj_trace.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/benchmarks/dj_trace.py b/src/benchmarks/dj_trace.py
index 4d08de4..b262255 100644
--- a/src/benchmarks/dj_trace.py
+++ b/src/benchmarks/dj_trace.py
@@ -257,11 +257,11 @@ class Benchmark_DJ_Trace(Benchmark):
plt.savefig(".".join([self.name, perm.workload, "rss", "png"]))
plt.clf()
- self.export_to_csv("Max_RSS")
- self.export_to_csv("cputime")
+ self.export_stats_to_csv("Max_RSS")
+ self.export_stats_to_csv("cputime")
- self.export_to_dataref("Max_RSS")
- self.export_to_dataref("cputime")
+ self.export_stats_to_dataref("Max_RSS")
+ self.export_stats_to_dataref("cputime")
# Tables
for perm in self.iterate_args(args=args):