xcode -> open developer tool - > Instuments 黄色基本和内存有关
Activity Monitor
Activity Monitor
任务管理器,查看app运行时的状态
Allocations
内存一些使用情况,一些较大内存使用情况可以直接定位到xcode源代码位置。
Core Animation
用于查看页面刷新FPS, 理想值为60,正常值45-60,低于45需查找原因。
Time Profiler
Leaks
主要检查内存泄漏问题。在xcode中可使用 cmd+shfit+B查看内存问题
https://blog.ibireme.com/2015/11/12/smooth_user_interfaces_for_ios/