Cheng Lai
Cheng Lai

Reputation: 777

iPhone OpenGL fps test

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

Upvotes: 1

Views: 2594

Answers (1)

Gordon Childs
Gordon Childs

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

Related Questions