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

  /external/skia/platform_tools/android/bin/
android_perf 18 runVars=("${APP_ARGS[@]}") # shift array indices
42 if [ ! -f "${SKIA_OUT}/${runVars[0]}" ];
44 echo "Unable to find the ${runVars[0]} executable"
52 adb_push_if_needed "${SKIA_OUT}/${runVars[0]}" /data/local/tmp
53 cp "${SKIA_OUT}/${runVars[0]}" $TMP_APP_LOC
59 $ADB shell ps | grep ${runVars[0]} | awk '{print $2}' | xargs $ADB shell kill
62 $ADB shell /data/local/tmp/${runVars[@]} &
68 APP_PID=$($ADB shell ps | grep ${runVars[0]} | awk '{print $2}')
78 $SKIA_OUT/perfhost_report.py -i $PERF_TMP_DIR/perf.data --symfs=$PERF_TMP_DIR ${runVars[@]}
88 perf_setup ${runVars[@]
    [all...]
  /external/skqp/platform_tools/android/bin/
android_perf 18 runVars=("${APP_ARGS[@]}") # shift array indices
42 if [ ! -f "${SKIA_OUT}/${runVars[0]}" ];
44 echo "Unable to find the ${runVars[0]} executable"
52 adb_push_if_needed "${SKIA_OUT}/${runVars[0]}" /data/local/tmp
53 cp "${SKIA_OUT}/${runVars[0]}" $TMP_APP_LOC
59 $ADB shell ps | grep ${runVars[0]} | awk '{print $2}' | xargs $ADB shell kill
62 $ADB shell /data/local/tmp/${runVars[@]} &
68 APP_PID=$($ADB shell ps | grep ${runVars[0]} | awk '{print $2}')
78 $SKIA_OUT/perfhost_report.py -i $PERF_TMP_DIR/perf.data --symfs=$PERF_TMP_DIR ${runVars[@]}
88 perf_setup ${runVars[@]
    [all...]

Completed in 584 milliseconds