views:

33

answers:

2

Hi, 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  A: 

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.

Sagar
+1  A: 

Cocoa Tutorial: Fixing Memory Leaks With Instruments

Instruments also brings a quite good documentation

fluchtpunkt