mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 00:27:30 +03:00
Add unit tests for logging
This commit is contained in:
parent
b664bd7935
commit
5e23f96dd4
5 changed files with 284 additions and 3 deletions
5
test/unit/prof_log.sh
Normal file
5
test/unit/prof_log.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "x${enable_prof}" = "x1" ] ; then
|
||||
export MALLOC_CONF="prof:true,lg_prof_sample:0"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue