Search code examples
androidperformanceandroid-studioandroid-studio-2.3android-device-monitor

How do I monitor cpu usage for standard/ others apps


I am currently monitoring CPU usage for my app using Android cpu Monitor. but however, I would like to monitor CPU usage for other apps like skype, gmail etc. individually and per session of usage. Is there a way I can achieve this with android studio or any other app/tool out there?


Solution

  • Why can't you use this Android Monitor tool which helps to monitor real time values of memory , cpu usage and network activity. This can also help whether our application will go on out of memory issues. This is just a good tool for improving the performance of the application.

    enter image description here