aboutsummaryrefslogtreecommitdiff
path: root/common_targets.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-08-13 18:42:53 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-08-13 18:42:53 +0200
commit694dc9c80887c143a546b7988399a38e452d4bb6 (patch)
treeed4028a2113cdf8e9dcd6774d8aed21082ddd6f2 /common_targets.py
parentc53b7c76e745430b4a7a9c787f2b88eb3fe4d9f0 (diff)
downloadallocbench-694dc9c80887c143a546b7988399a38e452d4bb6.tar.gz
allocbench-694dc9c80887c143a546b7988399a38e452d4bb6.zip
add basic analyse to mysql
Diffstat (limited to 'common_targets.py')
-rw-r--r--common_targets.py5
1 files changed, 4 insertions, 1 deletions
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")}