I am trying to analyze a performance issue in my iPhone app with Instruments. I compiled and installed my app in debug mode, created a "Time Profiler" and successfully recorded some data of the time interval in question, but I haven't figured out how to analyze the data I am recording.
I understand how a profiler usually works, I have quite a bit of experience with Rational Quantify, but in this case I am stumped.
What I would like to see: Which of the functions I coded are the cpu performance bottlenecks during the given time period?
What I do see: Lots of seemingly insignficant noise apparently with no relation to my own application's code whatsoever: http://screencast.com/t/3gYOuwua3
I've tried all kinds of filters, but none really helped. How should I proceed?
Thanks,
Adrian