开发者

What are Instruments in Xcode and where can I find tutorials about them?

Can any one tell me what Intruments are in Xcode? Are there any开发者_如何学Python tutorials or videos for learning about Instruments, such as the Lynda iPhone SDK Essential Training tutorial?


Instruments is Apple's profiler framework and visualization application. It works with any XCode supported language and device (C, C++, Objective C).


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.


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.


Instruments User Guide.

WWDC 2010

  • Session 304 - What's New in Instruments
  • Session 306 - Automating User Interface Testing with Instruments
  • Session 309 - Advanced Performance Analysis with Instruments
  • Session 311 - Advanced Memory Analysis with Instruments

WWDC 2011

  • Session 310 - What's New In Instruments
  • Session 312 - iOS Performance and Power Optimization with Instruments

WWDC 2012

  • Session 409 - Learning Instruments
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜