aboutsummaryrefslogtreecommitdiff
path: root/common_targets.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-08-31 18:49:34 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-08-31 22:21:02 +0200
commit53209a657114f273d065fe1b05d3e4af8cc354d6 (patch)
treececb0a1148e7be4d93ba23906a6bb0bf41b83bfd /common_targets.py
parenta8d1f3b2583f543fc2847f0cadf0f2cda5a62625 (diff)
downloadallocbench-53209a657114f273d065fe1b05d3e4af8cc354d6.tar.gz
allocbench-53209a657114f273d065fe1b05d3e4af8cc354d6.zip
remove klmalloc and analyse_targets
Diffstat (limited to 'common_targets.py')
-rw-r--r--common_targets.py13
1 files changed, 1 insertions, 12 deletions
diff --git a/common_targets.py b/common_targets.py
index 847536e..6d7d539 100644
--- a/common_targets.py
+++ b/common_targets.py
@@ -12,12 +12,7 @@ for l in p.stdout.splitlines():
if not l.startswith('\t'):
library_path += l
-common_targets = {"klmalloc" : {
- "cmd_prefix" : "",
- "binary_suffix" : "",
- "LD_PRELOAD" : "targets/libklmalloc.so",
- "color" : "C0"
- },
+common_targets = {
"glibc" : {
"cmd_prefix" : "",
"binary_suffix" : "",
@@ -52,9 +47,3 @@ common_targets = {"klmalloc" : {
"color" : "C5"
},
}
-
-analyse_targets = {"chattymalloc" : {"cmd_prefix" : "",
- "binary_suffix" : "",
- "LD_PRELOAD" : "build/chattymalloc.so"
- }
- }