CPU usage per application in android

后端 未结 8 1494
情歌与酒
情歌与酒 2020-12-23 11:41

I am new for android programming.How can we get CPU usage per application in android? your help will be more helpful

8条回答
  •  無奈伤痛
    2020-12-23 12:29

    This let's you monitor in a more top-esque manner

    watch -n 0.5 adb shell top -n 1
    

    0.5 is the polling interval

提交回复
热议问题