- slowing of the apps animation, view transitions, etc
- locking up the app and or device (see Turning off your locked up iPad)
- Select Xcode-Open Developer's Tools-Instrument
- Then select your instrument from the popup - Leaks in our case
- Size the Allocation & Leaks strip charts appropriately and
- from the List box in the upper left select Choose Target-appName on the device
- Press Record n Stop button to start & stop the app
Apple's Instruments User Guide is the place to start learning about these tools. Also see the Xcode 4 User Guide to use with Xcode.
Within Xcode the call stack can be investigated from the Debugger toolbar as in this snapshot
Stepping back thru the vertical call stack can give an indication where the code failed.