android:查看进程的cpu使用情况
android 是否有进程管理器或任务查看器可以显示每个进程甚至进程中的每个线程占用的 CPU 百分比?
谢谢!
Is there a process manager or task viewer for android that shows how much CPU percentage each process or even each thread in a process takes up?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,此功能未启用。您只需要在您想要的情况下捕获痕迹即可。这里有一个很好的例子: http://developer.android.com/guide/ Development/tools/traceview.html
除此之外,如果您想查看工作示例,Replica Island 会使用这些方法www.code.google.com/p/replicaisland/
By default this is not enabled. You just need to capture traces in those cases you would like to. Here you got a nice example: http://developer.android.com/guide/developing/tools/traceview.html
Apart from that, Replica Island uses those methods if you would like to see a working example www.code.google.com/p/replicaisland/