mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
Last-N profiling mode
This commit is contained in:
parent
7a27a05940
commit
9a60cf54ec
26 changed files with 1218 additions and 44 deletions
5
test/unit/prof_recent.sh
Normal file
5
test/unit/prof_recent.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_recent_alloc_max:3"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue