首页 > 移动平台 > 详细

Android的cpuset

时间:2021-04-02 11:05:01      阅读:40      评论:0      收藏:0      [点我收藏+]

查看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

原文:https://www.cnblogs.com/forrest-lin/p/14608744.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!