0

I have used commands like Top and also tools like Traceview to understand the cpu utilization of native android application. But, can we use these tools to track while running a website on device browser ? If possible please share me your ideas of how to do the same ....

Thanks in advance

Prem
  • 4,823
  • 4
  • 31
  • 63

2 Answers2

0

Top would still work, as it does not rely on the internals of the process to retrieve the CPU usage. Traceview would not, as it does.

The process you'll be watching is the browser, naturally.

Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
0

Trepn Profiler tool by Qualcomm may help in this. Please check

https://developer.qualcomm.com/mobile-development/performance-tools/trepn-profiler

Zohaib Hassan
  • 379
  • 1
  • 4
  • 13