How to get CPU usage statistics on Android?
Posted
by yuku
on Stack Overflow
See other posts from Stack Overflow
or by yuku
Published on 2010-03-18T04:46:50Z
Indexed on
2010/03/18
4:51 UTC
Read the original article
Hit count: 483
I want to get the overall CPU usage on Android, similar to what Windows' Task Manager does. I can parse the output of the top
program included in Android, but if there is a API call that does the same thing, it would be better.
Any pointers?
© Stack Overflow or respective owner