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