查询每个进程所占用的cpu
1、打开电脑cmd命令


3、输入adb shell dumpsys cpuinfo这样就可以获取cpu的进程信息了

4、在命令输入adb shell top

5、展示进程的相关信息

6、获取cpu型号信息:adb shell cat /proc/cpuinfo

1、打开电脑cmd命令
3、输入adb shell dumpsys cpuinfo这样就可以获取cpu的进程信息了
4、在命令输入adb shell top
5、展示进程的相关信息
6、获取cpu型号信息:adb shell cat /proc/cpuinfo