aboutsummaryrefslogtreecommitdiff
path: root/src/allocators
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2020-02-09 15:22:33 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2020-02-09 15:22:33 +0100
commit1425a5be1584f5c5b48cebac7390d05145151d11 (patch)
tree911ee60a49152e7ca607515028198350671a3289 /src/allocators
parent7798ecb93d8ef8fc243ac7e4feb15c9c50a87404 (diff)
downloadallocbench-1425a5be1584f5c5b48cebac7390d05145151d11.tar.gz
allocbench-1425a5be1584f5c5b48cebac7390d05145151d11.zip
implement analysis of specific allocator and benchmark combinations
A allocator implementation is analyzed by prepending chattymalloc.so.
Diffstat (limited to 'src/allocators')
-rw-r--r--src/allocators/chattymalloc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/chattymalloc.py b/src/allocators/chattymalloc.py
index f6618ef..30106a6 100644
--- a/src/allocators/chattymalloc.py
+++ b/src/allocators/chattymalloc.py
@@ -28,4 +28,4 @@ from src.allocator import Allocator, BUILDDIR
chattymalloc = Allocator("chattymalloc",
LD_PRELOAD=os.path.join(BUILDDIR, "chattymalloc.so"),
- cmd_prefix="env CHATTYMALLOC_FILE={{result_dir}}/chatty_{{perm}}.txt")
+ cmd_prefix="env CHATTYMALLOC_FILE={{result_dir}}/{{perm}}.trace")