0
点赞
收藏
分享

微信扫一扫

IOS 开发学习二十一 instruments使用 quick start

官方网址:

​​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

IOS 开发学习二十一 instruments使用 quick start_app

也可以在编译时候打开Instruments,或者直接从Finder里找到程序图标打开。


获取数据示例:

1.打开Instruments

2.选择一个目标设备和App(从xcode里打开不需要这一步骤)

3.选择一个跟踪模板

我选择Time Profiler

IOS 开发学习二十一 instruments使用 quick start_app_02

4.收集信息

点击红色圆图标,开始收集信息。收集结束的时候,点击停止。

5.测试收集的信息

IOS 开发学习二十一 instruments使用 quick start_iOS_03



举报

相关推荐

0 条评论