如何获取 Symbian^3 上每个任务的 CPU 使用情况?
有没有工具可以查看 Symbian^3 手机上任务/线程的 CPU 使用情况?
使用 PerfMon 我只能看到全局 CPU 使用情况。
Is there a tool to see CPU usage of a task/thread on a Symbian^3 phone?
Using PerfMon I only see the global CPU usage.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,我没有把每个进程的 CPU 计数放在那里,因为你无法真正获得它。另外,说实话,全球 CPU 测量结果也有点假。它很简单,让一个空闲优先级计时器关闭,如果它每次都关闭,则没有 CPU 负载,如果它从未关闭,则 CPU 负载为 100%。实际上,它有点相对,但不得不说它已经完成了我需要它的任务。
顺便说一句,重新制作了该网站,现在所有 Symbian 应用程序都位于: http://www.drjukka.com/YBrowser.html,让我们看看我需要多长时间才能将所有代码推送到Github上,无论如何,他们最终会希望在 Y-Tasks 应用程序 7 岁生日之前实现。
Yep, I didn't put the CPU count per process there, since you can not really get it. Also the global CPU measurement is a bit fake to be fully honest. its simple having a idle-priority timer going off, and if it goes off everytime then there is no CPU load, and if it never gets off, then the CPU load is 100 %. In efect its a bit relative, but have to say it has worked on the tasks I have needed it for..
BTW, re-did the site, and now all Symbian apps are at: http://www.drjukka.com/YBrowser.html, lets see how long it takes me to push all codes into the Github, anyway, they'll end up there hopefully before 7th birthday of the Y-Tasks app.
Yukka 博士的 Y-Task 应用程序可能会有用:http://www.drjukka.com/YTasks。 html
May be Dr. Yukka's Y-Task application will be useful: http://www.drjukka.com/YTasks.html