Instruments is a performance, analysis, and testing tool for dynamically tracing and profiling OS X and iOS code.
1
vote
0answers
3 views
Instruments shows (-) Negative value for Live Bytes? I'm confused
I Profile my Xcode app using Allocations from Instruments and everything looks fine as far as All Allocations Live Bytes is sitting right around 7 MB. I execute a routine and the Live Bytes jumps (or ...
0
votes
2answers
42 views
How to search for a substring in a string in iOS automation scripting? indexOf() and search() methods are not working
How to search for a substring in a string in iOS automation scripting? indexOf() and search() methods are not working.
1
vote
1answer
34 views
Time Profiler for asynchronous requests
Hi am try to figure out how to use Time Profiler for asynschronous requests. Currently I use NSDate and NSTimeInterval to track the time it takes for a request to return. Here is the code for what I ...
0
votes
0answers
17 views
Getting OS X Instruments to work with custom (green) threads
We have a piece of software that implements a custom version of cooperative (green) multitasking. It works great on OS X, but we can't get Instruments to work properly to profile memory -- Instruments ...
1
vote
2answers
60 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
29 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
0answers
11 views
Skip irrelevant toplevel part of stack in Instruments
I am using Xcodes' Instruments to profile a GUI application using Python and Qt for the UI and custom C++ for performance critical section. As a consequence of Python and Qt, the top of the stack has ...
0
votes
1answer
7 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. ...
0
votes
0answers
15 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
60 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
102 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 ...
0
votes
1answer
87 views
How can I automate test HTML5 elements in the UIAWebView in Instrument?
I am trying to automate the test of a mobile app, which is HTML5 embedded in Native app frame. I used the following code to get the elements in Instrument
UIALogger.logStart("Log elements in the ...
1
vote
0answers
34 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 ...
1
vote
2answers
225 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.
...
0
votes
1answer
84 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
85 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
0answers
63 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
2answers
347 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
3answers
51 views
Finding the cause of memory leak in Instruments
I have run the leaks in Instruments and it is showing me a memory leak with a 100% value. I am able to see the line of code that is causing the problem. But not really sure what the error is..
- ...
0
votes
0answers
34 views
What does the percentage stand for in Instruments? [closed]
When I click the error, there is a percentage sign attached to the line. As the title suggests, I am interested to know what the percentage stands for? I have seen values such as 100% and 16.7%.
...
0
votes
1answer
99 views
Finding the line of memory leak in Instruments
I am new to Instruments in iOS. I am trying to find the memory leak in instruments and using Xcode 4.5.2 and following this tutorial: ...
0
votes
0answers
93 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
2answers
283 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 ...
1
vote
2answers
65 views
How to find out real memory usage
i want to find out real memory usage of my app with instrument Allocations
here is my 2 picture
1
http://i48.tinypic.com/293vcds.jpg
2
http://i49.tinypic.com/bg4sx5.jpg
1st running without any ...
0
votes
1answer
93 views
Multiple instances of ViewController being called simultaneously cause the app to crash in AppDelegate
What am I doing ?
I am currently crash-proofing my app in absence of internet.
I have installed Little snitch to diable net access for time being.
When the request is made and if the response was ...
0
votes
1answer
118 views
Dirty Size on iPhone app
How to minimize Dirty Size on iPhone app? I released my cache image but don't minimize Dirty Size. Someone have more tips?
Thanks!
0
votes
0answers
29 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 ...
3
votes
0answers
75 views
Use Xcode Instruments to look at non-zombie object history at pointer
I am currently debugging a "message sent to deallocated object" error using Instruments. I am able to access the history of the object at fault through a "Zombie Messaged" dialog box.
I want to find ...
0
votes
0answers
20 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
0answers
46 views
In iOS development , is there any way to view the content in dirty memory of Instruments -> VM Tracker?
I am developing an app to download 1000+ cases through Http request. Due to some remote server issue, I have to get those cases one by one. I found my app crashes due to low memory. So I launched ...
1
vote
1answer
153 views
UIActivityViewController memory leak
I'm presenting a UIActivityViewController using the following code (using ARC):
- (IBAction)share:(id)sender {
UIActivityViewController *activityController = [[UIActivityViewController alloc]
...
0
votes
1answer
48 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 ...
1
vote
1answer
179 views
MonoDevelop Debugger Crashing with no error message, using Dijkstra's algorithm and 2D array
I'm making an iOS game in Monotouch with C# and MonoDevelop. I'm having a very strange crash.
Background Information: Making a 2D war game. I've implemented Dijkstra's algorithm to calculate the ...
0
votes
1answer
137 views
Having custom logs on instruments iOS stdout from automation script
I am automating my tests using the instruments CLI.
Now, the tests require starting another process once some specific action in my app is completed.
i.e lets say the application does
singin --> ...
0
votes
2answers
124 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
2answers
47 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 ...
0
votes
1answer
349 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
2answers
433 views
How to test iOS web application using Instruments UIAutomation
When I test native application I can choose target (application from real device listed in the choose target list; or in the case with simulator - choose Profile menu item in application project).
...
2
votes
0answers
153 views
UI Automation Xcode instruments using javascripts
I am working on UI Automation using Xcode instruments, can anyone help me in how to remove additional information that shows in Extended Detail pane which usually includes a description of the probe ...
0
votes
1answer
127 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
0answers
46 views
In Xcode Instruments, how do you capture a swipe gesture?
Using Xcode Instruments, I would like to know how to capture the gesture of a swipe. I'd like to show a delete button after the screen is swiped. I tried using the dragFromToForDuration function but ...
1
vote
0answers
28 views
Using Instruments to test an iOS app without having source code of the application [duplicate]
Possible Duplicate:
Using Instruments to test an iOS app without having source code to the application
I should like to make UI automation tests for native and web iOS applications (on iPad ...
-1
votes
1answer
172 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
40 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
247 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
55 views
Is there a way to disable output from logDebug()?
I am using the command line version of instruments to run automated tests and saving the output results to a file. In this file I dont want instruments to write any "Debug" logs, is there a way to ...
8
votes
1answer
626 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 ...
0
votes
0answers
156 views
Play a Video in iPad using Xcode
-(IBAction)playMovie{
NSURL *url = [NSURL fileURLWithPath:[[NSBundle mainBundle]pathForResource:@"MyVideo_FINAL" ofType:@"mov"]];
MPMoviePlayerController ...
0
votes
0answers
68 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
263 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 ...


