I am new for android programming.How can we get CPU usage per application in android? your help will be more helpful
CPU consumption simply tells you how much memory is used by your application.
Use adb Commands:
adb shell top -m 10
Source: Technique for indentifying android app CPU usage
Linux:
adb shell top -m 10 | grep packagename
Windows:
adb shell top -m 10 | FINDSTR packagename
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With