Question

Anyone can tell me how to get and display the fps (frame rate) of a running program on screen?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top