在 Android 模拟器中显示 CPU 使用率和 FPS

发布于 2024-09-13 08:26:20 字数 185 浏览 3 评论 0原文

我已经将 DDMS 设置为与模拟器一起使用并显示正在运行的进程等。但是在模拟器的开发工具中,它首先不允许我勾选“显示 CPU 使用情况”框,其次我似乎没有显示选项根据互联网上的消息,FPS 显然是可以做到的。

有没有人遇到过这个问题,并且知道如何解决它并在 Android 游戏运行时显示 CPU 使用情况和 FPS?

谢谢

I have set up my DDMS to work with the emulator and display the processes running etc. but in the Dev Tools of my emulator it firstly wont let me tick the Show CPU Usage box, and secondly I do not seem to have an option to display the FPS which apparently, according to sources on the internet, is possible to do.

Has anyone had this trouble and know how I can solve it and display CPU usage and FPS as my android game is running?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮生面具三千个 2024-09-20 08:26:20

要了解模拟器正在模拟的 CPU 速度,请尝试以下操作:

1) 启动 shell 会话 (adb shell),

2) 然后运行“cat /proc/cpuinfo”以获取 BogoMIPS。

以下是有关此内容的更多信息

To get an idea of what CPU speed your emulator is emulating try this:

1) start a shell session (adb shell),

2) then run "cat /proc/cpuinfo" to get the BogoMIPS.

Here’s more information on this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文