Is there any iPhone framework that help us keep track of the performance of each of the methods used when navigating throughout an iPhone application?
Asked
Active
Viewed 435 times
0
-
possible duplicate of [Xcode 4: How to profile memory usage & performance with Instruments?](http://stackoverflow.com/questions/6641540/xcode-4-how-to-profile-memory-usage-performance-with-instruments) – Brad Larson Feb 21 '12 at 22:30
2 Answers
2
There is no framework but a tool "Instrument" where you can trace lot of things including your app performance. Click here How to profile memory usage & performance with Instruments?.
Hope i get you right and this may help you.
1
There is already something similar discussed in post
you can find more about performance tools on the apple developer website: ios reference
hope that this is what you were asking for..