Instruments is a performance, analysis, and testing tool for dynamically tracing and profiling OS X and iOS code.
8
votes
1answer
624 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 ...
5
votes
1answer
568 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
143 views
xcode instrument shows memory leaks on returning char pointer
I have a function which returns collection of string. All the memory allocation is done inside that function, as the size of the string is vary each time that function is called. All allocation is ...
2
votes
1answer
111 views
What units of power/energy consumption have Energy Levels in the Energy Instrument for an iOS app?
I'm actually measuring the energy consumption of my iOS application through the Energy instrument. I want to know the measure (e.g., in Joules) of the energy levels given by the Energy Instrument for ...
2
votes
1answer
341 views
received memory Warning with Instruments
hi i am developing application with 20 UIViewControllers. application working fine but when tracking memory allocations in the instruments All allocations(Live bytes) showing bellow 10 MB .but it ...
2
votes
1answer
1k views
IPhone App Memory Keeps Growing
I was all ready to submit my first app to the app store. Checked for leaks, tested on devices, the works. I wanted to make sure my memory was under control so I ran allocations, and, alas, nothing ...
1
vote
1answer
152 views
UIActivityViewController memory leak
I'm presenting a UIActivityViewController using the following code (using ARC):
- (IBAction)share:(id)sender {
UIActivityViewController *activityController = [[UIActivityViewController alloc]
...
1
vote
1answer
428 views
Instruments failing to launch from command line
I have been trying to run Instruments from the command line.
But it fails with the following error:
2012-02-08 14:48:16.104 instruments[94502:60f] -[NSAlert alertWithError:] called
with nil ...
1
vote
1answer
1k views
Mac, iOS automation test from Terminal using instruments.app
I'm running iOS UIAutomation test from command line using the following command:
instruments -t ...
0
votes
1answer
86 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 ...
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
1answer
47 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
1answer
347 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 ...
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 ...
3
votes
0answers
98 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 ..." ...
3
votes
0answers
95 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 ...
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 ...
2
votes
0answers
60 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 ...
1
vote
0answers
59 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
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
0answers
51 views
NSTimer grows data amount
I'm watching my application in Instruments to lower the memory usage and memory growth. And I discovered one weird thing. When I start NSTimer with some interval (in my case 0.1 sec), in Instruments I ...
1
vote
0answers
150 views
Is there any tool to generate Object Graph on iOS app runtime?
I know there are Class Model tools (OmniGraffle, Doxygen) to generate Class model diagrams from the existing Xcode projects. But i'm looking for a tool which generates Object Graph on running iOS app ...
1
vote
0answers
61 views
Do I need source code to profile(memory and cpu) an iOS app with Xcode instruments or just dSYM file is sufficient?
Do I need source code to profile(memory and cpu) an iOS app with Xcode instruments or just dSYM file is sufficient?
I wanted to profile an iOS app with Xcode instruements. I wanted to profile the app ...
1
vote
0answers
175 views
XCode Instruments: name threads
For profiling multithreaded applications, it would be very useful to me to set a name for each thread.
Initial googling turns up pthread_setname_np() (see here), but when used, it doesn't appear to ...
1
vote
0answers
389 views
Application is crashing when running with instruments
Hi Everyone ,
My application is running fine in iPad. but when i am running app using instruments time profiler, its getting crash .
What may be the reason?
I saw some help like
...
1
vote
0answers
314 views
Export results from Trace view of Instrument - ios UI automation - at runtime to an excel sheet programmatically
I want to export test results to an excel sheet programmatically - runtime - or all together at once .
My basic aim is to automate the result updation to a website in due course.
From what I have ...
1
vote
0answers
370 views
xcode instrument points to NSZombie in main ( )
I have been fighting EXC_BAD_ACCESS problem on the device, and finally was able to dup the problem in the simulator. I used NSZombie in Instruments and it points to code in main.m as shown below in ...
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 ...
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
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 ...
0
votes
0answers
84 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
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
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 ...
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 ...
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 ...
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
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 ...
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
66 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 ...
0
votes
0answers
96 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
0answers
39 views
Different memory usage depends on used instruments
I develop simple iOS application - book-like application using UIPageViewController. As I load a lot of images I tried to check how's my memory usage is going.
I profiled application and when ...
0
votes
0answers
55 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 ...
0
votes
0answers
30 views
cocoa: Fix crashes happening during instruments
I am pretty much new to cocoa devlopment. Here is the situation for me when I run my application standalone it works absolutely fine no crashes nothing so I decided to check leaks on instruments but ...
0
votes
0answers
104 views
IOS - analyzing allocation using instrument
I am building a converter app.
My app has 5 tabs. I have a main view with a picker, text field and a label. All the tabs inherit the mainview.
1) Live bytes go to 2.8 mb after clicking the tabs and ...
0
votes
0answers
155 views
Xcode Instruments used on real Iphone Ipod device makes app crashing prematurely
I am using iOS and Cocos2d for developing an iPhone game on iPod 4th Generation. I started analyzing my memory usage using Apple's instruments and found that when I use the memory leak instrument the ...
0
votes
0answers
29 views
Instruments: duration of methods don't sum up to calling method
I'd like to analyze a method that takes pretty long, but I don't understand the numbers there; I would expect the 5 lines, beginning under the currently selected one to be the sum of 1357 (230 + 48 + ...
0
votes
0answers
67 views
Not able to connect instruments automation tool with my iphone application?
Hi people I am facing a problem regarding how to associate the automation tool of instruments with my iphone application whenever I try to choose a target for the instruments the focus on the choose ...
0
votes
0answers
126 views
How to resolve dyld and localtime leaks when profiling a project?
I am profiling my source. I see some allocations that are still alive at exit when I run valgrind.
Here is the summary:
$ valgrind --track-origins=yes --show-reachable=yes --leak-check=full $BINARY
...

