官方网址:
https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/Introduction/Introduction.html
中文PDF文档:
http://cdn.cocimg.com/bbs/attachment/Fid_6/6_24457_90eabb4ed5b3863.pdf
简介
iOS下的重要的内存调试工具
使用
启动Instruments
也可以在编译时候打开Instruments,或者直接从Finder里找到程序图标打开。
获取数据示例:
1.打开Instruments
2.选择一个目标设备和App(从xcode里打开不需要这一步骤)
3.选择一个跟踪模板
我选择Time Profiler
4.收集信息
点击红色圆图标,开始收集信息。收集结束的时候,点击停止。
5.测试收集的信息