Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Measuring FPS/Performance in Xcode/Iphone

I am running a Sencha Touch application and I am wondering what the best way to measure my FPS while running my app on a device from Xcode? Specifically I have an infinitely scrolling facebook-like wall and I am trying to measure my scrolling performance.

like image 665
justin henricks Avatar asked Aug 19 '14 16:08

justin henricks


People also ask

How do I see FPS in Xcode?

Tap and hold the play button in Xcode and press 'profile' and it will open the instruments app. Use the Core Animation Template. It'll show you FPS to test your scroll performance.


1 Answers

You can use instruments for this! Tap and hold the play button in Xcode and press 'profile' and it will open the instruments app. Use the Core Animation Template. It'll show you FPS to test your scroll performance.

like image 90
shabbirv Avatar answered Oct 16 '22 21:10

shabbirv