record perf
adb root && adb remount
for /f "tokens=*" %%i in ('adb shell pidof vendor.gti.camera.provider@2.7-service_64’) do (
set pid=%%i
)
adb shell mkdir /sdcard/DCIM/simpleperf/
adb shell simpleperf_record -e cpu-cycles -g -f 4000 --duration 10 -p %pid% -0 /sdcard/DCIM/simpleperf/perf.data
pause
report&pull perf
set Folder="Log_%date:~0,4%%date:~5,2%%date:~8,2%_%time:~0,2%%time:~3,2%_%time:~6,2%
rd /s /q %Folder%\
mkdir %Folder%
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data -g callee -o /sdcard/DCIM/simpleperf/perf_report_callee
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data -g callee --raw-period -o /sdcard/DCIM/simpleperf/perf_report_callee_raw-period
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data -o /sdcard/DCIM/simpleperf/perf_report
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf,data --raw-period -o /sdcard/DCIM/simpleperf/perf_report_raw-period
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --raw-period --children -o /sdcard/DCIM/simpleperf/perf_report_children_raw-period
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --children -o /sdcard/DCIM/simpleperf/perf_report_children
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --children --sort comm -o /sdcard/DCIM/simpleperf/perf_report_sort_comm
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --children --sort tid -o /sdcard/DCIM/simpleperf/perf_report_sort_tid
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf,data --children --sort dso -o /sdcard/DCIM/simpleperf/perf_report_sort_dso
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --children --sort symbol -o /sdcard/DCIM/simpleperf/perf_report_sort_symbol_children
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --sort symbol -o /sdcard/DCIM/simpleperf/perf_report_sort_symbol
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --children --raw-period --sort comm -o /sdcard/DCIM/simpleperf/perf report sort_comm _raw-period
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf,data --children --raw-period --sort tid -o /sdcard/DCIM/simpleperf/perf report sort tid_raw-period
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --children --raw-period --sort dso -o /sdcard/DCIM/simpleperf/perf_report_sort_dso_raw-period
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --children --raw-period --sort symbol -o /sdcard/DCIM/simpleperf/perf_report_sort_symbol_children_raw-period
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --raw-period --sort symbol -o /sdcard/DCIM/simpleperf/perf_report_sort_symbol_raw-period
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --children --raw-period --sort comm,tid -o /sdcard/DCIMisimpleperf/perf_report_sort_comm-tid_raw-period
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --children --sort comm,tid -o /sdcard/DCIM/simpleperf/perf_report_sort_comm-tid
adb shell simpleperf report -i /sdcard/DCIM/simpleperf/perf.data --sort pid -o /sdcard/DCIM/simpleperf/perf_report_sort_comm-pid
adb pull /sdcard/DCIM/simpleperf/ %Folder%\
pause