server-skynet-source-3rd-je.../test/unit/prof_hook.sh
2022-09-12 13:56:22 -07:00

6 lines
136 B
Bash

#!/bin/sh
if [ "x${enable_prof}" = "x1" ] ; then
export MALLOC_CONF="prof:true,prof_active:true,lg_prof_sample:0,prof_bt_max:200"
fi