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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.sh 105 exec1="$2"
110 # We are careful not to put exec1 and exec2 in quotes, because if
113 mthread1=`"$PPROF" $PPROF_FLAGS $exec1 "$prof1" | grep test_main_thread | awk '{print $1}'`
123 echo ">>> profile on $exec1 vs $exec2 with multiplier $mult failed:"
135 exec1="$2"
139 # We are careful not to put exec1 and exec2 in quotes, because if
142 "$PPROF" $PPROF_FLAGS $exec1 "$prof1" > "$TMPDIR/out1"
148 echo ">>> profile doesn't match, args: $exec1 $prof1 vs. $exec2 $prof2"
167 exec1="$2"
170 # We are careful not to put exec1 in quotes, because if it is th
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.sh 105 exec1="$2"
110 # We are careful not to put exec1 and exec2 in quotes, because if
113 mthread1=`"$PPROF" $PPROF_FLAGS $exec1 "$prof1" | grep test_main_thread | awk '{print $1}'`
123 echo ">>> profile on $exec1 vs $exec2 with multiplier $mult failed:"
135 exec1="$2"
139 # We are careful not to put exec1 and exec2 in quotes, because if
142 "$PPROF" $PPROF_FLAGS $exec1 "$prof1" > "$TMPDIR/out1"
148 echo ">>> profile doesn't match, args: $exec1 $prof1 vs. $exec2 $prof2"
167 exec1="$2"
170 # We are careful not to put exec1 in quotes, because if it is th
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
results.py 34 exec1 = self.parser.first_lines(executed)
35 self.missing = sorted(set(self.statements) - set(exec1))

Completed in 172 milliseconds