mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Add unit tests for logging
This commit is contained in:
committed by
David Goldblatt
parent
b664bd7935
commit
5e23f96dd4
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
|
||||
Reference in New Issue
Block a user