mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Improve naming for prof system thread name option
This commit is contained in:
parent
25e43c6022
commit
d460333efb
9 changed files with 38 additions and 40 deletions
5
test/unit/prof_sys_thread_name.sh
Normal file
5
test/unit/prof_sys_thread_name.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "x${enable_prof}" = "x1" ] ; then
|
||||
export MALLOC_CONF="prof:true,lg_prof_sample:0,prof_sys_thread_name:true"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue