Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以苹果的崩溃登陆示例为基础,为iphone编写了一些小游戏。现在我想测量我的游戏中的每秒帧数。
我很好奇如何计算每秒的 FPS,任何人都可以帮助我理解或指出任何方法吗?
谢谢。
您需要以毫秒为单位绘制最后一帧的时间,其余的很容易:1.0f/deltaTime
1.0f/deltaTime