9

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?

Pang
  • 9,564
  • 146
  • 81
  • 122
medvedNick
  • 4,512
  • 4
  • 32
  • 50

2 Answers2

20

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.

djromero
  • 19,551
  • 4
  • 71
  • 68
medvedNick
  • 4,512
  • 4
  • 32
  • 50
0

in an OpenGL app you can use in Instrument -> Graphics -> OpenGL Es Driver

Ultrakorne
  • 1,303
  • 11
  • 18