开发者

iPhone Memory leak tool

开发者 https://www.devze.com 2023-02-08 08:14 出处:网络
Is there any good visual tool which can be used to detect 开发者_C百科memory leaks in iPhone. The Leaks tool that comes with XCode is very complex to understand. Is there any simpler tool ?Tool that h

Is there any good visual tool which can be used to detect 开发者_C百科memory leaks in iPhone. The Leaks tool that comes with XCode is very complex to understand. Is there any simpler tool ?


Tool that has to be used is Instruments. (Shortcut for it is in Xcode menu: Run -> Run with Perfomance Tool -> Leaks)

If you find it too complex, you can look at WWDC videos about Instruments to learn about. You can also read a tutorial here: http://www.cimgf.com/2008/04/02/cocoa-tutorial-fixing-memory-leaks-with-instruments/ as it was mentioned in this question: how to use instruments while testing?

0

精彩评论

暂无评论...
验证码 换一张
取 消