The ADB shell shows 98 % CPU usage, while through Trace file I can see it only 45%.
Why is this difference? And which one is reliable way for finding the CPU usage for my app; ADB Shell or Trace file?
Thanks and regards,
Heshsham
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the trace file is just related to your application.. and it gives the amount of cpu usage for your application in particular.. but adb shell gives the cpu usage of all applications running at that instance.. so trace file value is the one which you should consider..for your application