summaryrefslogtreecommitdiffstats
path: root/deps/jemalloc/test/unit/prof_mdump.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/unit/prof_mdump.sh')
-rw-r--r--deps/jemalloc/test/unit/prof_mdump.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/jemalloc/test/unit/prof_mdump.sh b/deps/jemalloc/test/unit/prof_mdump.sh
new file mode 100644
index 0000000..d14cb8c
--- /dev/null
+++ b/deps/jemalloc/test/unit/prof_mdump.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ "x${enable_prof}" = "x1" ] ; then
+ export MALLOC_CONF="prof:true,lg_prof_sample:0"
+fi
+