From 694dc9c80887c143a546b7988399a38e452d4bb6 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 13 Aug 2018 18:42:53 +0200 Subject: add basic analyse to mysql --- common_targets.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'common_targets.py') diff --git a/common_targets.py b/common_targets.py index 1fd6af3..137f34f 100644 --- a/common_targets.py +++ b/common_targets.py @@ -2,4 +2,7 @@ common_targets = {"klmalloc" : ("", "targets/libklmalloc.so"), "libc" : ("", ""), # libc "tcmalloc" : ("", "targets/libtcmalloc.so"), "jemalloc" : ("", "targets/libjemalloc.so"), - "hoard" : ("", "targets/libhoard.so")} + "hoard" : ("", "targets/libhoard.so") + } + +analyse_targets = {"chattymalloc" : ("", "build/chattymalloc.so")} -- cgit v1.2.3