1

I need to check my iPhone application memory leaks. I went following link and I also need to check my app memory leak like that.

http://www.youtube.com/watch?v=R449qEuexNs&feature=related

So can Any one have any idea about how to do this on Xcode 4.2 ?

Thanks a lot

Gayan
  • 1,425
  • 4
  • 21
  • 41

3 Answers3

4

In 4.2 it's under :

Product -> Profile

J_S
  • 560
  • 3
  • 7
1

You can use shortcut key Command + i

Dharmbir Singh
  • 17,485
  • 5
  • 50
  • 66
1

Check with the following links:

  1. Memory leak detection tools

  2. Instruments in Xcode 4

It works for me :)

Community
  • 1
  • 1
Saranya
  • 1,481
  • 3
  • 14
  • 26