Tagged Questions
1
vote
1answer
244 views
Real/Resident memory larger than allocations reported by XCode Instruments
I'm i little bit lost. I'm writing a little app whichs load in the first step a bunch of data and put these into the database.
For every entry in the database i create a new object which hopefully ...
0
votes
0answers
31 views
cocoa: Fix crashes happening during instruments
I am pretty much new to cocoa devlopment. Here is the situation for me when I run my application standalone it works absolutely fine no crashes nothing so I decided to check leaks on instruments but ...
8
votes
1answer
299 views
How to find Objective-C Blocks in Allocations or Leaks Instruments
First time question, so don't hold that against me...
For standard objects as well as sub-classes that I create, it is fairly straightforward to find in the Allocations or the Leaks Instruments a ...
1
vote
1answer
1k views
Mac, iOS automation test from Terminal using instruments.app
I'm running iOS UIAutomation test from command line using the following command:
instruments -t ...