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

  /external/toolchain-utils/user_activity_benchmarks/
collect_pprof_data.sh 8 # local_cwp_results_path.
15 echo "USAGE: collect_pprof_data.sh local_cwp_results_path " \
20 readonly LOCAL_CWP_RESULTS_PATH=$1
23 readonly SYMBOLIZED_PROFILES=`ls $LOCAL_CWP_RESULTS_PATH`
27 pprof --top "$LOCAL_CWP_RESULTS_PATH/${symbolized_profile}" > \
34 pprof --tree "$LOCAL_CWP_RESULTS_PATH/${symbolized_profile}" > \
symbolize_profiles.sh 8 # The results are placed in the local_cwp_results_path.
14 "local_cwp_results_path"
20 readonly LOCAL_CWP_RESULTS_PATH=$3
25 $LOCAL_CWP_BINARY_PATH --output="$LOCAL_CWP_RESULTS_PATH/${profile}.pb.gz" \

Completed in 100 milliseconds