summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/unit/prof_stats.sh
blob: f3c819b57f6841a1dc9738b49a006368a736f26f (plain)
1
2
3
4
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