Searched refs:mthread2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofiler_unittest.sh114 mthread2=`"$PPROF" $PPROF_FLAGS $exec2 "$prof2" | grep test_main_thread | awk '{print $1}'`
116 mthread2_plus=`expr $mthread2 + 5`
117 if [ -z "$mthread1" ] || [ -z "$mthread2" ] || \
118 [ "$mthread1" -le 0 -o "$mthread2" -le 0 ]
124 echo "Actual times (in profiling units) were '$mthread1' vs. '$mthread2'"
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiler_unittest.sh114 mthread2=`"$PPROF" $PPROF_FLAGS $exec2 "$prof2" | grep test_main_thread | awk '{print $1}'`
116 mthread2_plus=`expr $mthread2 + 5`
117 if [ -z "$mthread1" ] || [ -z "$mthread2" ] || \
118 [ "$mthread1" -le 0 -o "$mthread2" -le 0 ]
124 echo "Actual times (in profiling units) were '$mthread1' vs. '$mthread2'"

Completed in 102 milliseconds