- 参考链接:
1.静态检测内存泄漏工具Analyze
-
启动Analyze静态检测,选Product->Analyze,如图:
-
检测完成后效果如图:
2.动态监测Instruments的Leaks
-
打开Instruments,选xcode->open developer tool->Instruments
或者选product->profile或者按快捷键Command+i弹出Instruments选中leaks,如图
-
用leaks进行监测:
监测结果的分析:
3.Time Profile:分析代码的执行时间,可以找出程序变慢的原因
- 1.调用工具操作同leaks;
- 2.启动Time Profiler和app后,操作app可以查看执行时间,效果如图: