How do I launch instrument开发者_StackOverflow中文版 tool in Xcode environment for testing the memory leaks?
Do I have to \"release\" my UI objects that I declared as IBOutlets with property attributes \"retain\" and \"nonatomic\"?I ask because I have a UI var declared as so...
I am getting close to finishing the release of my application and are trying to use Instruments to fix any memory leaks.
I\'m trying to find all memory abandoned using instruments. The leaks test has been passed and at least it can\'t find any memory leak.
We\'re trying to determine why one of our web app ends up getting the Mobile Safari app killed on the iPad (works fine in the Simulator or even on the iPhone).
I\'d like to show the memory peak (not \'leak\', but the highest quantity of memory used in small amount of time) of an iPhone app i am running in the simulator. Where shall i look precisely?
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
i have a problem with testing my iPhone app: i want a summary of how much network traffic the app needs for a special operation.
Hi I am getting unable to configure leaks instrument for target process when i try to run the performance tool with my app on a simulator. any ideas? I have the last xcode version. Thanks. I never had
I have an App with a Navigation Controller, several sub Controllers. With XCode Debug I can\'t find any errors.