server-skynet-source-3rd-je.../test/unit/prof_log.sh

6 lines
103 B
Bash
Raw Normal View History

2018-07-04 02:10:09 +08:00
#!/bin/sh
if [ "x${enable_prof}" = "x1" ] ; then
export MALLOC_CONF="prof:true,lg_prof_sample:0"
fi