iPhone OpenGL fps 测试
任何人都可以告诉我如何获取并在屏幕上显示正在运行的程序的 fps(帧速率)?
Anyone can tell me how to get and display the fps (frame rate) of a running program on screen?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 XCode 中,运行 -> 从性能工具开始 -> OpenGL ES
使用 GL 工具启动仪器,您将在其中看到 FPS
和 GPU 利用率。 如果您没有达到令人愉悦的 60fps
那么 GPU % 就是您需要降低的数字。
In XCode, Run -> Start with Performance Tool -> OpenGL ES
That launches instruments with GL tool, where you'll see FPS
and GPU utilization. If you're not achieving your lickable 60fps
then GPU % is the number you'll need to lower.