Tagged Questions
0
votes
1answer
125 views
App is taking too much memory until a crash ! (iPhone)
I am quite beginner in development and I'm making an application that have about 150 ViewControllers ! Each one have a UIImageView.
I've been doing a bit of testing, and after a use the app for a ...
0
votes
1answer
515 views
Instruments not able to find a memory leak
I have this test code which i run using Profile options.
But I am not able to see any leaks
I have injected a leak but not sure why instruments is not showing a leak
NSMutableArray* test_leak2()
{
...
12
votes
1answer
3k views
What does the DTMobileIS mean for?
When I used Instruments tool to monitor my memory usage, I found a process named DTMobileIS use about 40% of real memory, and then there were not enough memory for my app so it crashed. I am curious ...
1
vote
1answer
152 views
Analyzer Results vs Leaks by Instruments : iPhone memory leaks
I fixed memory leaks of my application using
X-Code->run with performance tool -> leaks
I submitted my application and later I analyzed my code attaching to device like Build & Analyze for ...
9
votes
1answer
1k views
Core Animation profile in Instruments no where to be found?
I want to debug my core animation code.
But the instruments profile doesn't exist, and its not available in the library in instruments either.
I'm using Xcode 4