Search code examples
iphoneobjective-copengltestingframe-rate

iPhone OpenGL fps test


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


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.