HomeSort by relevance Sort by last modified time
    Searched refs:HEAPPROFILE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-profiler_unittest.sh 60 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"_*.1448.heap "$HEAPPROFILE"_*.1548.hea
    [all...]
heap-checker_unittest.sh 61 [ -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/
heap-profiler_unittest.sh 60 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"_*.1448.heap "$HEAPPROFILE"_*.1548.hea
    [all...]
heap-checker_unittest.sh 61 [ -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/
heap-profiler.cc 91 #define HEAPPROFILE "heapprof"
103 #define HEAPPROFILE "HEAPPROFILE"
670 if (!GetUniquePathFromEnv(HEAPPROFILE, fname)) {
676 RAW_LOG(WARNING, ("HeapProfiler: ignoring " HEAPPROFILE " because "
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver.py 103 We need an environment variable "HEAPPROFILE" set to a directory and a
  /external/chromium_org/chrome/test/pyautolib/
pyauto.py     [all...]

Completed in 233 milliseconds