Can any one tell me what Intruments are in Xcode? Are there any tutorials or videos for learning about Instruments, such as the Lynda iPhone SDK Essential Training tutorial?
+1
A:
Apple has a list of features for Instruments on their developer tools page. It's not necessarily Objective-C related, but it is a set of tools for helping you to find bugs and improve your application's performance.
Carl Norum
2010-06-25 18:08:46
+1
A:
Instruments is Apple's profiler framework and visualization application. It works with any XCode supported language and device (C, C++, Objective C).
Yann Ramin
2010-06-25 18:08:57
A:
Apple also has a user guide for Instruments -- it starts off with a list of what you can do with Instruments, and then tells you how to do these things.
Alex Martini
2010-06-26 00:26:28