计算 iPhone 版 opengl 游戏中的 FPS ( EAGLView )

发布于 2024-10-05 23:37:00 字数 117 浏览 1 评论 0原文

我以苹果的迫降例子为基础,为iPhone编写了一些小游戏。现在我想测量游戏中的每秒帧数。

我很好奇如何计算每秒的 FPS,任何人都可以帮助我理解或指出我有什么方法可以做到这一点吗?

谢谢。

I used the apple's crash landing example as base to program some small games for iphone. Now i would like to meassure the frames per second in my games.

I'm curious about how can I calculate the FPS per second, can anyone help me to understand or point me to any way to do It ?.

Thanks.

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

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

发布评论

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

评论(1

用心笑 2024-10-12 23:37:01

您需要最后一帧绘制所花费的时间(以毫秒为单位),其余的很简单:1.0f/deltaTime

You need the time the last frame took to draw in milliseconds, the rest is easy: 1.0f/deltaTime

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