IPhone: Resources to learn 'instruments'?

和自甴很熟 提交于 2019-12-22 08:53:14

问题


I'd like to use instruments to verify is my program doesn't have any memory leaks.

Can you please provide me with some resources or tips that helped you as you were trying to figure this out? Maybe some video screencasts, or something.

This program is pretty complicated and I'm not too familiar with such low level profiling utils so maybe you found a nice easy to understand tutorial as you were going through this?


回答1:


Cocoa Tutorial: Fixing Memory Leaks With Instruments

Instruments also brings a quite good documentation




回答2:


For finding memory leaks using instruments - http://mobileorchard.com/find-iphone-memory-leaks-a-leaks-tool-tutorial/

You may use Clang Static Analyzer - http://mobileorchard.com/bug-finding-with-clang-5-resources-to-get-you-started/

Thanks, Sagar.



来源:https://stackoverflow.com/questions/3861029/iphone-resources-to-learn-instruments

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!