Reputation: 777
Anyone can tell me how to get and display the fps (frame rate) of a running program on screen?
Upvotes: 1
Views: 2594
Reputation: 36169
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.
Upvotes: 4