Searched refs:HEAPPROFILE (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-profiler_unittest.sh60 unset HEAPPROFILE
75 # get program name. Note we have to unset HEAPPROFILE so running
77 exec=`unset HEAPPROFILE; $HEAP_PROFILER --help | awk '{print $2; exit;}'`
114 HEAPPROFILE="$TEST_TMPDIR/test"
118 export HEAPPROFILE
128 VerifyMemFunction Allocate2 "$HEAPPROFILE.1329.heap"
129 VerifyMemFunction Allocate "$HEAPPROFILE.1448.heap" "$HEAPPROFILE.1548.heap"
132 VerifyMemFunction Allocate2 "$HEAPPROFILE"_*.1329.heap
133 VerifyMemFunction Allocate "$HEAPPROFILE"
[all...]
H A Dheap-checker_unittest.sh61 [ -n "$1" ] && export HEAPCHECK="$1" || unset HEAPPROFILE
75 # If we set HEAPPROFILE, then we expect it to actually have emitted
77 if [ -n "$HEAPPROFILE" ]; then
78 [ -e "$HEAPPROFILE.0001.heap" ] || exit 5
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-profiler_unittest.sh60 unset HEAPPROFILE
75 # get program name. Note we have to unset HEAPPROFILE so running
77 exec=`unset HEAPPROFILE; $HEAP_PROFILER --help | awk '{print $2; exit;}'`
114 HEAPPROFILE="$TEST_TMPDIR/test"
118 export HEAPPROFILE
128 VerifyMemFunction Allocate2 "$HEAPPROFILE.1329.heap"
129 VerifyMemFunction Allocate "$HEAPPROFILE.1448.heap" "$HEAPPROFILE.1548.heap"
132 VerifyMemFunction Allocate2 "$HEAPPROFILE"_*.1329.heap
133 VerifyMemFunction Allocate "$HEAPPROFILE"
[all...]
H A Dheap-checker_unittest.sh61 [ -n "$1" ] && export HEAPCHECK="$1" || unset HEAPPROFILE
75 # If we set HEAPPROFILE, then we expect it to actually have emitted
77 if [ -n "$HEAPPROFILE" ]; then
78 [ -e "$HEAPPROFILE.0001.heap" ] || exit 5
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc91 #define HEAPPROFILE "heapprof" macro
103 #define HEAPPROFILE "HEAPPROFILE" macro
670 if (!GetUniquePathFromEnv(HEAPPROFILE, fname)) {
676 RAW_LOG(WARNING, ("HeapProfiler: ignoring " HEAPPROFILE " because "

Completed in 147 milliseconds