0
votes
0answers
4 views

XCode Instruments export data in automated script

I'm trying to make a script that does automated testing of app and at the end it exports the result data automatically into text file or excel. Is there way to export the result data programmatically ...
0
votes
0answers
38 views

Apple Instruments - Counters - Source unavailable

I've been running into a problem with Apple Instruments (4.6, Xcode 4.6.2 on 10.8.3). Normally when using the Time Profiler, I can look at my source and see the hotspots without any problems (same ...
0
votes
1answer
9 views

Readings in allocations profile

I am a little bit confused about the the readings in Instruments when I test my app with Allocations profile. The app loads pictures, then resizes them and saves in the model already small pictures. ...
1
vote
0answers
83 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 ...
-2
votes
2answers
109 views

Instruments not showing Responsible Library

I am running instruments to analyze memory leaks in my application, but it does not show any responsible libraries for any allocations: Neither it shows any methods/variables in stack trace, it ...
1
vote
0answers
103 views

running ios instruments from command line

So far im only running instruments from instruments gui with a real iphone device. And i have some Difficulties when try running it from Terminal command line shell. the command im running is: ...
0
votes
2answers
442 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 ...
0
votes
0answers
98 views

Can I import data from excel sheet into instruments UIAutomation?

I want to write script for a screen where there are two fields and I just want to test with different possibilities of values for those fields, whether it will navigate to further screen. But ...
0
votes
3answers
394 views

UIAutomation logElementTree() returns UIAElementNil

When us this line of code to logElementTree() in Instruments UIAutomation target.frontMostApp().mainWindow().logElementTree(); The results return is UIAElementNil Even when I record a script and ...
0
votes
0answers
44 views

Is device orientation in Instruments automation always portrait?

I'm new to the Automation instrument. When recording a script all of my taps are incorrect for the orientation of my app, and so when they get played back they are off screen. Here is the recording ...
0
votes
1answer
60 views

save .trace file to a different location

I'm running instruments from command line. In my command, i did specified the output path using -e UIARESULTSPATH /user/xxxx However, the files saved to the location above are plist liles. the ...
0
votes
2answers
51 views

Instruments, Increase in Allocations of iPhone application

I am using UIPageViewController to load multiple view controllers. When I run my application in Instruments tool. I found that the allocations are moving to high margin. Though I am releasing and ...
-1
votes
1answer
177 views

How can I run Instruments from Python?

Anyone know how to run Instruments from Python? I tired to use os.system and it didn't work. If I run Instruments from a command line, I only need to run: instruments -w id -t xxxxxxxxxxxxxx xx.js ...
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 ...
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 ..." ...
0
votes
0answers
106 views

Sudden application termination

My application is terminating without error. I debugged the code and everything is in place. I found in instruments that sudden termination is due to "unauthorized file system access" and detail pane ...
0
votes
1answer
313 views

Start and Stop scripts buttons are hidden on instruments

I opened Instruments and select the Automation template for it. After opening an Instrument tool i selected an app from Choose Target. After that i selected my Java Script file from Choose script ...
0
votes
1answer
432 views

iOS profiler similar to android Traceview

I really like developing for iOS more than Android. However, android SDK has a great tool for profiling, called Traceview: It can not only help to find bottlenecks, but can also show which method ...
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 ...
0
votes
4answers
515 views

How can i find CPU Sampler in xcode 4.3?

I want to use the "CPU Sampler" in my Project for The CPU Measurement but i can't find it. I'm using XCode 4.3
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 ...
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 ...
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 ...
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 ...
1
vote
0answers
112 views

I didn't understand Instruments memory leak [closed]

I didn't understand what the red line in the instruments with icon that display 100% and how i can resolve this issue to keep my application without memory leak.
0
votes
1answer
530 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() { ...
-1
votes
3answers
540 views

Guidelines to create a framework for iPhone UIAutomation tool

Can some body share your thoughts to create a framework using iPhone UiAutomation tool (Instruments)
0
votes
1answer
328 views

Different behaviour for allocations instruments (with and without zombie-mode)

I'm really struggling with memory management in iOS or more precisely monitoring complex memory usages. So actually I'm wondering about the allocations instrument provided once in Zombie-Mode (when ...
10
votes
1answer
2k 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
2
votes
1answer
318 views

What commands are valid in “console pane” of Mac's “Instruments” app? (E.g., in Instrument)

I'm running the Mac OS "Instruments" app, using the "Leaks Instrument" to monitor an iPhone app. The major pane is titled "Leaked Blocks", but if you click on that you get a choice of three: "Leaked ...
3
votes
0answers
96 views

Can I take a heapshot of my app already running on my device?

I really really want to view the heap associated with my app that has been running on my device for several days. I do NOT want to quit and relaunch the app from Xcode or Instruments. I have tried ...