Are there tutorials or videos about how to use Instruments to find memory leaks?

风格不统一 提交于 2020-01-14 05:16:11

问题


I have found some big memory leaks with instruments but have no idea how to figure out where in my code they are. Need some tuts on how to go about that....


回答1:


Sounds like you need to do this: IPHONE: Analyzing leaks with instruments.

It's not obvious from the Instruments' documentation.




回答2:


Duplicate question, but here is a good tutorial.

http://www.mobileorchard.com/find-iphone-memory-leaks-a-leaks-tool-tutorial/

Also, here's a link to the original question:

How do you detect memory leaks on iPhone?



来源:https://stackoverflow.com/questions/2267956/are-there-tutorials-or-videos-about-how-to-use-instruments-to-find-memory-leaks

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