diff options
Diffstat (limited to 'deps/jemalloc/test/unit/prof_reset.sh')
-rw-r--r-- | deps/jemalloc/test/unit/prof_reset.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/jemalloc/test/unit/prof_reset.sh b/deps/jemalloc/test/unit/prof_reset.sh new file mode 100644 index 0000000..43c516a --- /dev/null +++ b/deps/jemalloc/test/unit/prof_reset.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "x${enable_prof}" = "x1" ] ; then + export MALLOC_CONF="prof:true,prof_active:false,lg_prof_sample:0" +fi |