How to read the Stock CPU Usage data

后端 未结 5 645
情书的邮戳
情书的邮戳 2021-01-30 03:04

On Ice Cream Sandwich, an option in the Developer Options is \"Show CPU Usage\", which adds an overlay on the screen (see screenshot below).

My question is, how do I re

5条回答
  •  Happy的楠姐
    2021-01-30 03:34

    From High Performance Android Apps book (page 157):

    • what we see is equivalent of adb shell dumpsys cpuinfo command
    • Numbers are showing CPU load over 1 minute, 5 minutes and 15 minutes (from the left)
    • Colors are showing time spent by CPU in user space (green), kernel (red) and IO interrupt (blue)

提交回复
热议问题