aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-03-06 13:48:50 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-03-06 13:48:50 +0100
commit10b5cf36b30f3aefdf441a8b62f96218294c5fdc (patch)
treee0a89f7b75dad0c12a447ccf0f59c391199cc575 /src
parent8fde3923932fa55979661572b82ffd25b1c33f87 (diff)
downloadallocbench-10b5cf36b30f3aefdf441a8b62f96218294c5fdc.tar.gz
allocbench-10b5cf36b30f3aefdf441a8b62f96218294c5fdc.zip
save facts and rstore them on load
Diffstat (limited to 'src')
-rw-r--r--src/globalvars.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/globalvars.py b/src/globalvars.py
index 0dcfd2c..c897786 100644
--- a/src/globalvars.py
+++ b/src/globalvars.py
@@ -15,3 +15,6 @@ allocators_file = None
"""Path of the build directory"""
builddir = os.path.join(os.getcwd(), "build")
+
+"""Directory were the benchmark results are stored"""
+resdir = None