Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 823
medvedNick Avatar asked Nov 28 '11 16:11

medvedNick


1 Answers

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.

like image 109
medvedNick Avatar answered Sep 22 '22 09:09

medvedNick