Search code examples
iosmemory-managementxcode-instruments

Guides to use Xcode Instruments needed


I am following this guide developer instrument guide and RayWenderlich's tutorial to view and analyze data using Instruments and I am wondering if anyone could suggest any other guide-tutorial as I have still unclear some aspects (e.g. how to determine which classes are live in memory at a particular frame and their memory footprint).

Thanks!


Solution

  • Has been few days since I posted this question and in the meanwhile I found this very useful post that gives a basic introcuction on Instruments as well as other performance related optimizations I was doing without understanding fully why :).. very useful!