diff options
Diffstat (limited to 'test/unit/prof_active.sh')
-rw-r--r-- | test/unit/prof_active.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/prof_active.sh b/test/unit/prof_active.sh index 0167cb1..9749674 100644 --- a/test/unit/prof_active.sh +++ b/test/unit/prof_active.sh @@ -1,5 +1,5 @@ #!/bin/sh if [ "x${enable_prof}" = "x1" ] ; then - export MALLOC_CONF="prof:true,prof_thread_active_init:false,lg_prof_sample:0" + export MALLOC_CONF="prof:true,prof_active:true,prof_thread_active_init:false,lg_prof_sample:0" fi |