iPhone Memory leak tool
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?
精彩评论