From 1425a5be1584f5c5b48cebac7390d05145151d11 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 9 Feb 2020 15:22:33 +0100 Subject: implement analysis of specific allocator and benchmark combinations A allocator implementation is analyzed by prepending chattymalloc.so. --- src/allocators/chattymalloc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/allocators') 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") -- cgit v1.2.3