Android的cpuset

查看cpuset的所有分组

adb shell ls -l /dev/cpuset

查看system-background的cpuset的cpu

adb shell cat /dev/cpuset/system-background/cpus

查看system-background的应用

adb shell cat /dev/cpuset/system-background/tasks

设置surfaceflinger为foreground应用

adb shell ‘echo `pidof surfaceflinger` > /dev/cpuset/foreground/tasks‘

查看surfaceflinger的cpuset

adb shell ‘cat /proc/`pidof surfaceflinger`/cpuset‘

Android的cpuset

上一篇:STM32如何将bootloader 和 app 程序的bin文件量产


下一篇:for循环axios套axios调用,同步调取