Search code examples
objective-cxcodeinstrumentsusingframe-rate

What instrument should I use in Xcode to see FPS?


Some time ago I used instruments to see the FPS of an iPad application in Xcode 3. Now I'm using Xcode 4 and I can't find the correct instrument for viewing the FPS. What is it?


Solution

  • I was trying to view FPS on Simulator, on real device the list of instruments differs from the list of simulator ones. So I connect iPad to Mac, choose "Core Animation" instrument and get FPS.