Instruments is a performance, analysis, and testing tool for dynamically tracing and profiling OS X and iOS code.

learn more… | top users | synonyms

18
votes
2answers
4k views

instruments with iOS: Why does Memory Monitor disagree with Allocations?

As can been seen in this screen shot from instruments, Allocations thinks my application (Ongo) is only using 7.55 MBs of memory, while Memory Monitor says 53.30. Further more the free system memory ...
12
votes
4answers
3k views

Is there a way to remove the authorization prompt from command-line instances of Instruments (XCode)?

I am currently using Instruments via a bash script to initiate the command-line interface to start up runs of the Automation plug-in. With 4.2, this worked well enough, however with the upgrade to ...
7
votes
2answers
1k views

Why am I seeing “An error occurred while trying to run the script.” in the UI Automation instrument?

When I try to run a UI Automation script on iOS 5 devices I am getting the following error: "An error occurred while trying to run the script." The same script is running perfectly in the ...
0
votes
2answers
441 views

Instruments Automation Tool: Script Ended Without Explicitly Closing This Test

I was playing around with the Automation tool in Instruments today but have had problems writing a working test. The following example will exit with Issue: Script ended without explicting closing ...
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 ...
10
votes
1answer
718 views

Launch a specific Hardware version of iOS simulator using instruments command line utility

I am using UIAutomation provided by Apple -> Xcode -> instruments. I have my Javascripts and the whole automation using instruments command line infrastructure running up. I got an additional task of ...
7
votes
1answer
955 views

UIAutomation Nested Accessibilty Elements Disappear from Hierarchy

I have a view with two subviews a button and an Image, I turn on accessibility and set the label on the subviews and I can see the hierarchy by calling ...
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 ...
3
votes
0answers
101 views

UIAutomation failed to load plugin

I have a project set up such that one of target launches UIAutomation when build process finishes. Instruments is launched from Python script which eventually call the usual "xcrun instruments ..." ...
2
votes
3answers
3k views

Energy Usage Instruments - iOS

I'm trying to measure the energy usage level from my ipod when I run my application. I import the data from my device to Instruments app and the Energy usage level displays a bar graph. However, in ...
1
vote
2answers
247 views

how to find and fix the cause of the crash

I submited an app to the app store and it was rejected due to: "We found that your app crashed on iPhone 5 running iOS 6.1.2, which is not in compliance with the App Store Review Guidelines. ...
1
vote
1answer
344 views

Accessing iOS user preference through UIA script for UI automation

I've been trying to implement UI test script for my iOS application. In test cases I come over an issue of setting user's preference in setting. So far I could not find a way to change or read these ...
0
votes
1answer
2k views

new in using XCode Instruments to interpret memory warning for iPhone development, guidance needed

I am working on an iPhone game which receives memory warning that I am not experienced enough to interpret. I have been watching some iTunesU tutorial but I am still not very good at this.. I have ...