Tagged Questions
0
votes
0answers
12 views
Instruments Time Profiler
i'm trying to run Time Profiler in Instruments and when it fires off I do not see anything in the Call Tree. Anyone see this before?
0
votes
1answer
23 views
Core Animation in Instruments file can't open and No Data
I hope someone enlightens me with this:
After saving a trace file (example: filename.trace) and send it via email, how come the recipient couldn't open the file?
So, I decided to compress the trace ...
1
vote
2answers
67 views
Allocated data of NSMutableRequest object's body not being released
In my app I have to perform a multipart POST request. In the request I have to send a file that is stored in the device's photo Library. After it is finished uploading and received the returned data, ...
0
votes
0answers
26 views
How to export heap size as a function of time from xcode instruments?
Iam trying to extract the total heap size of my running iOS app over time. I need this data as a file to read from matlab for comparision between algorithms.
Is there a way to simply export heap size ...
1
vote
0answers
82 views
XCode, iOS: Allocations vs Real memory usage
I run my Instruments on my iPod touch 4th gen and notice that the real memory usage in the activity monitor starts from 60 MB (Introduction scene) and goes to above 100 MB (Main menu scene).
Whereas ...
1
vote
0answers
40 views
Is there any absolute index of app's performance in XCODE INSTRUMENTS?
I've profiled my app with xcode instruments. Now I have a FPS log (see picture). I'd like to have all FPS statistics in separate file (i.e. excel table) to analyze average fps or something more.
Can ...
0
votes
1answer
106 views
Need Help Resolving a Memory Leak Once it is Located Using Instruments
I have an application in Xcode 4.6 that connects with Facebook. I have noticed that every so often when the application goes into the background and returns to the foreground, there are occasional ...
0
votes
0answers
67 views
Interpreting the Time Profiler Instrument [closed]
I am using the Time Profiler Instrument to enhance the performance of my app. I know how to work the Time Profiler, and have filtered the Call Tree checkboxes to show information pertinent to the app. ...
0
votes
0answers
24 views
Cant reset range on xcode instruments
I'm using the Time Profiler with XCode 4.5, and I selected a range of time to examine, but now I am unable to clear that selection. I have tried pushing the clear range button on the instrument panel, ...
0
votes
2answers
143 views
Using the allocations in the Instruments tool
I am using the Instruments tool to find the Leaks in my application. While checking the Leaks in my application, I am able to see the Allocation tab too.
So far, I never used that allocations tab in ...
0
votes
1answer
375 views
In Xcode 4.5, why does Instruments no longer show my app under eliglible targets to instrument?
Here's what happened:
I connected my iPad via USB to my devbox.
I fired up Xcode 4.5, then opened Xcode>Open Developer Tool>Instruments.
I chose my iPad under Choose Target.
I then selected a ...
0
votes
0answers
45 views
iOS Instrument behaviour
Hi I have my xcode upgraded to 4.2 with simulator upgraded to 5.1. But whenever I tried to record script for device with iOS version 4.3, it shows "Script capture is not available on this device".
...
0
votes
1answer
253 views
Running UI Automation via Jenkins
I have added a perl script to the "Execute shell" command in Jenkins. This perl script starts the Instruments via command line, to run the js tests(We use tuneup_js framework). When the script stats ...
0
votes
0answers
74 views
How to use Xcode Memory Leaks instrument with web app
Is there any way to use Memory Leaks instrument for testing Web applications?
My application is web based Html5 application with lots of javascript code which could be opened both in Safari browser ...
2
votes
1answer
277 views
MPMoviePlayerController deallocated when view is expanded to FullScreen
How can I check when an instance of MPMoviePlayerController is deallocated? Note I already have NSZombieEnabled set to YES and checked.
The code in question works great under some circumstances in my ...
3
votes
1answer
110 views
What are the units for “Save duration” in the Core Data Saves instrument?
In the XCode Instruments application there is a Core Data Saves instrument. It can show the "Save duration" for each Core Data save. What units is it using for the Save Duration? With no humanly ...
8
votes
3answers
422 views
Xcode Instruments unable to take snapshots of leaks when running on device
Recently I have not been able to test for leaks with Instruments when running apps on a device. Instruments will attempt to take a snapshot but the status will freeze at "Analyzing Process". At first ...
0
votes
0answers
57 views
App crashes in Instruments only
Our app runs fine. In Instruments (on the simulator), when trying to profile memory, under Allocations I see Overall Bytes rising very fast, while Live Bytes remain small. There are no leaks and VM ...
2
votes
0answers
63 views
Xcode4: Profiling Unit Tests
I have an Xcode project with a framework target and a separate target for unit tests. Since there is no executable target I can't run the profiling tools without creating a new target, linking against ...
-3
votes
1answer
591 views
Xcode - Iphone Memory limitation
What is the maximum memory one application can use? Please find instrument screenshot with this message. What is this real memory and virtual memory limitation?
2
votes
1answer
108 views
Xcode Instruments: profiled hotspots don't match up with source code
When using the Instruments time profiler, I often end up with results that don't make sense. They indicate that time is spent in some part of the file that is either outside of the function being ...
0
votes
1answer
253 views
Xcode Instruments CL multiple devices
Under OSX Lion 10.7.x i am running xcode 4.3.1
I am trying to run multiple instances of instruments UI Automation in different terminal windows like:
bash-3.2$instruments -w <UDID>
-t ...
1
vote
1answer
160 views
Instruments giving a weird error, when testing on device
I am trying to run Instruments in my iPod (iOS 5.0.1). The settings for the project are correct, I am running in debug mode, and have installed a developer profile. But whenever i run instruments, i ...
5
votes
1answer
575 views
Leak detection issue in iOS with xCode 4.3
I have a very strange issue with the xCode 4.3 memory leak instruments... Basically it does not work in the following case...
Project is created without ARC support.
Create a simple class which ...
2
votes
1answer
262 views
Can Instruments tell me on which line my retain/release calls were made with ARC?
Instruments gives me a beautiful breakdown of the reference counting events for my objects like so:
It also tells me inside which method/function the calls occurred. Is there any way to find out ...
1
vote
1answer
163 views
Test Results Directory Location for Instruments
Using the Apple developer tool Instruments, where do screenshots made with target.captureScreenWithName end up. I've heard the "test results" directory -- but where is that?
22
votes
6answers
9k views
Xcode 4 Instruments doesn't show source lines
I've just started playing with Xcode 4, and found that, no matter how I setup debugging symbols in the project, Instruments refuses to display source lines for stack trace items that correspond to my ...

