Currently I'm trying to record the average, high and low framerate of my iOS application by running it through Xcode. I:
Load the project in Xcode.
go to Product -> Build For -> Profiling and build it to my device (iPad 2)
Long-click the play button and select Profile
Select the Core Animation instrument when prompted.
Press the Record button, launching the app.
Perform a 5 minute test. Framerate is displayed in the tool.
Press the Stop button to stop the application.
Click "Instrument" from the xcode menu to attemp to expore.
At this point the option is greyed out with no explanation. Can anyone shed some light on this?