Tagged Questions

Instruments usually refers to the performance analysis developer tool provided by Apple for Mac and iOS development.

learn more… | top users | synonyms

48
votes
5answers
15k views

Problem running iPhone application on iPhone from Xcode (and in Instruments)

I have a problem running one application on the iPhone from Xcode (or Instruments). When I try to run the app I get the error message Failed to upload XXX.app in the bottom left corner of Xcode. The ...
28
votes
4answers
3k views

Bug with starting Instruments via Profile under XCode 4.1 Build 4B110

Important Update Strange bug is fixed (at least for me) in XCode 4.2! I've a severe problem with XCode 4.1 Build 4B110 under Mac OSX Lion and running Instruments via XCode. The problem is that ...
22
votes
1answer
4k views

Instruments ObjectAlloc: Explanation of Live Bytes & Overall Bytes

I'm using Instument's ObjectAlloc tool in an attempt to understand what the memory my application (iPhone) is doing and when and where it is doing it. I would really like a basic explanation of ...
21
votes
3answers
9k views

How to run iPhone program with Zombies instrument?

I'm running XCode 3.2 on Snow Leopard and I'm trying to run the Zombies instrument against my app but the selection is grayed out and I don't know why. I know about the NSZombieEnabled environment ...
20
votes
3answers
5k views

use instruments - leaks with a device

I'm starting to use Instruments-Leaks with an iPhone 3G. When I try to run the app with Instruments on the iPhone I obtain Target failed to run: Remote exception encountered: 'Failed to get task for ...
15
votes
1answer
334 views

What triggers “Color Copied Images” and “Color Hits Green and Misses Red” in Instruments?

The Instruments User Guide has this to say: Color Copied Images. Puts a cyan overlay over images that were copied by Core Animation. But that doesn't explain why an image got copied. There ...
15
votes
3answers
4k views

Instruments in Xcode 4

I was trying to open instruments in xcode 4 but was not able to find a way to do it. Usually in Xcode 3, we would do run -> run with performance tool... but I dont really find any such thing to do it ...
14
votes
1answer
2k views

What does the Tiler Utilization statistic mean in the iPhone OpenGL ES instrument?

I have been trying to perform some OpenGL ES performance optimizations in an attempt to boost the number of triangles per second that I'm able to render in my iPhone application, but I've hit a brick ...
13
votes
3answers
5k views

Instruments does not work on XCode 4 with device

Until very recently, instruments worked fine. I don't know what I did to make it mad, but now it won't attach to any device that I try to Profile with; no device at all. I've tried an iPhone, iPad, ...
12
votes
2answers
1k views

What does yellow tinting represent when using “color misaligned images” on iPhone/iOS

so--i switched on "color misaligned images" to improve drawing performance in our app (Spot). The documentation states: Puts a magenta overlay over images whose source pixels aren't aligned to ...
12
votes
4answers
1k views

Why won't instruments execute my Monotouch application?

I'm trying to use Instruments to look at resource usage in my Monotouch app. However, I can't get the app to launch through Instruments. When I hit the record button in Instruments, the app launches ...
12
votes
4answers
4k views

Symbol not found: _CFXMLNodeGetInfoPtr when start Instruments

I am developing a iPhone app and everything works fine so far. I can build and start the app in the simulator. But when I now start the app with Instruments I got the error: Dyld Error Message: ...
11
votes
3answers
1k views

How can I get rid of resident dirty memory in Objective-C?

I watched Apple's WWDC 2010 video on Advanced Memory Analysis with Instruments and from that, I was able to find a lot of resident dirty memory. I realize that having so much resident dirty memory is ...
11
votes
2answers
9k views

XCode 4 Running the Leaks Instrument

This might be a silly question. How do I run an application with an Instrument in XCode 4 such as Leaks? I do not see the option like I have in the past, and I have looked around, and either I ...
10
votes
1answer
174 views

fprintf memory leak

I am using the Instruments from XCode 4.2.1 to find some memory leaks. I have found a very weird (at least for me) memory leak: (The function values_table_get_value returns a double, and output = ...
10
votes
2answers
6k views

Checking memory allocation in Instruments

I've cleared my app of leaks using the leaks tool, but I still notice that the objectalloc tool jumps up in the number of objects allocated and footprint when I switch views. I'm especially seeing ...
10
votes
7answers
3k views

Instruments Leaks - Not showing my source code

I am attempting to analyze an iPhone application using the Leaks application and everything appears to be working fine, except for when I try to view detailed information about a particular memory ...
9
votes
1answer
166 views

How can I track down memory peaks? (That's peaks with a p, not an l.)

I've got a kiosk app, which, essentially shows a bunch of slides with various bits of information on them. I initially began coding this over a year ago, when I was beginning with Objective-C and iOS ...
9
votes
3answers
3k views

Instruments - “Target failed to run”

I'm running iPhone OS 3.1.3 on the device and I can run my App in debug mode on the device. I downloaded and installed the xcode_3.2.2_and_iphone_sdk_3.2_final.dmg twice, without any luck. I ...
9
votes
2answers
2k views

How to find out what mach_msg_trap waits for?

I a profiling my iPhone application on target, and according to Instruments 65% of the time is spent in mach_msg_trap. I have a background thread that runs-forever and send results back to the main ...
8
votes
2answers
2k views

Cant launch iOS app with Instruments on device

App installs, Instruments launch, but drop down in instruments says select target, and the app never launches. Console says 6/14/11 2:36:22 PM Instruments[1951] XRMobileDeviceException while ...
8
votes
3answers
1k views

Android testing, how to simulate multitouch (zoom in/out) using instruments?

I can simply simulate single touches - tap, swipe, hold etc in my tests, but completely stuck with simulating multi touch on HTС Desire with Android 2.2. Could you please advise, how can I reproduce ...
8
votes
1answer
360 views

Robust algorithm for chromatic instrument tuner?

Who knows the most robust algorithm for a chromatic instrument tuner? I am trying to write an instrument tuner. I have tried the following two algorithms: FFT to create a welch periodogram and then ...
8
votes
1answer
870 views

What is an “misaligned image” in terms of Core Animation in iPhone OS?

Instruments tells that there are "misaligned images" which are animated by core animation. What does that mean? UPDATE: I've seen that in Instruments.app > Core Animation.
8
votes
4answers
3k views

Leak - GeneralBlock-3584

When i try to check leaks of my iPhone App using Instruments, everything is just fine. Same App on actual real device shows this leak for a few times during the app launch. It is pretty ...
7
votes
3answers
269 views

Profiling memory leaks with Instruments- huge difference between iPhone 4 and iOS 5 Simulator

When profiling my app with Instruments (looking for memory leaks), I get extremely different results with the iOS 5 iPhone Simulator from those I get with my iPhone 4 running iOS 5. The first picture ...
7
votes
3answers
360 views

How to log all methods used in iOS app

I'm taking over the development of an iPad app for a client. There's a substantial amount of work that's already been done and I'm trying to piece together how the whole thing is designed to run. One ...
7
votes
3answers
474 views

XCode/Instruments not showing memory leaks

I'm following the Stanford iOS development lectures and I have a Calculator brain class which has been alloc init in a controller but I haven't released it in the dealloc. - (CalculatorBrain *)brain ...
7
votes
1answer
837 views

What do “Dirty” and “Resident” mean in relation to Virtual Memory?

I dropped out of the CS program at my university... So, can someone who has a full understanding of Computer Science please tell me: what is the meaning of Dirty and Resident, as relates to Virtual ...
7
votes
1answer
634 views

What does <non-object> in Allocation “heapshots” mean?

I'm having a hard time fixing memory related issues in my iPad application, but, good thing is, that I've learned about "heapshots" because of that. Bad thing is, I'm still unable to figure out what ...
7
votes
1answer
1k views

XCode>Instruments>Leaks - Where is “gather leaked memory contents” data?

When you check gather leaked memory contents in the Leaks instrument what does this do? I have a troublesome leak and thought maybe this "memory content" might be useful in tracking it down...but I ...
6
votes
1answer
3k views

Xcode 4: How to profile memory usage & performance with Instruments?

Of all the Instruments Trace Templates, I love using: Zombies to detect where an object is getting over-released, great for debugging EXEC_BAD_ACCESS errors. Leaks to detect memory leaks. Core ...
6
votes
3answers
423 views

Overrelease issue with block-captured objects; retain count jumps straight from +2 to 0!

I'm confused by an occasional crash that I'm seeing, which, according to the Zombies instrument, is caused by the over-release of some dictionary values. When I look at the object history for one of ...
6
votes
4answers
3k views

Can the UI Automation instrument be run from the command line?

Is there a way to open the UIAutomation instrument through the terminal? Will it be possible to write an AppleScript to open Apple's UIAutomation tool and load the application to be tested? Can you ...
6
votes
1answer
3k views

how to use instruments while testing?

is there any good tutorial/link on how to use instruments while debugging, especially for memory leaks? Thanks
5
votes
2answers
99 views

Clicking keyboard 'Next' key using UIAutomation

I have a search field in my app and I have set the return key type of the keyboard for this field to UIReturnKeyNext. I am attempting to write a UIAutomation test that clicks the 'Next' button on the ...
5
votes
1answer
296 views

Accessing UIWebView contents from UI Automation in Instruments

I have a UIWebView in my application which has links inside that when clicked cause different actions to be carried out in the application. I'd like to be able to test this with automated testing so ...
5
votes
0answers
631 views

Instruments fails within 2 seconds of starting

App isn't crashing, it keeps going fine. Seems to happen right as the app actually shows something on the screen. This is the error from Xcode: Failed to start Instruments daemon for 'iOS' on ...
5
votes
2answers
461 views

How do I reliably get Instruments 4.x to symbolicate?

I have a bit of a dilemma — no matter what I do, I cannot get Apple's Instruments.app to symbolicate any of the included instruments while I'm profiling on my devices (it works OK in the iOS ...
5
votes
1answer
2k views

How about UI automation testing for iOS app with instruments & Javascripts

Get knowing the automation UI testing for iOS apps from WWDC2010 video session, but no practices for it. From codeproject project,we can have one example. Questions here to hear from people who ...
5
votes
2answers
1k views

XCode 4 + Instruments 4: False positive leaks?

Ever since switching to XCode 4 the leaks tool shows a LOT of leakage, all from JSONKit and ASIHTTPRequest, after a 2 min run I am leaking hundreds of arrays/dictionaries/strings (from ...
5
votes
2answers
130 views

How does the Instruments stop working automatically?

I try to monitor the allocation through Instruments. However, when I run to a point, sending some jabber msg, the Instruments stop working automatically. I wonder how does it stop. Is there any ...
5
votes
1answer
1k views

iPad Application jettisoned while Allocations Instrument shows no unusual memory usage

I'm seeing my app being jettisoned due to low memory. In trying to track down the problem, I ran the app through the Allocations instrument. Unfortunately, I couldn't see any problem with the memory ...
5
votes
1answer
2k views

unable to configure leaks instrument for target process

Hi I am getting unable to configure leaks instrument for target process when i try to run the performance tool with my app on a simulator. any ideas? I have the last xcode version. Thanks. I never had ...
5
votes
2answers
275 views

Why is this code producing an memory leak?

The Leaks Instrument in Xcode shows me an memory leak here. I have commented the affected line which Leaks is complaining about. But I see no error in my memory management... - ...
5
votes
5answers
4k views

Understanding the Instrument for memory leak checking - iPhone

Above given images is of my application leaks. Here I want to understand that, in Extended Detail - you can see different colors like light green, light pink, light brown, light purple. What does ...
4
votes
2answers
72 views

Live Bytes vs Real Memory in Activity Monitor on iOS

I'm working on an iOS app that will create a lot of small objects and floats, and trying to get an idea for how much memory usage it's consuming. When I run the "Allocations" instrument, it says I ...
4
votes
3answers
134 views

How do I fix a memory leak?

After doing a long profile test, I found that in one of my ".m" file memory leak occurs in the viewdidload section. i checked and the xcode highlighted the part where i have initialized picker arrays ...
4
votes
0answers
260 views

Instruments 4.1 unresponsive to projects launched from Xcode 4.1 until pressing Cmd-Tab

If I open Instruments and select a standard application (e.g. Mail or MS Word) it has no issue. If I am in Xcode and I go to Product>Profile (or press Cmd+I), it launches Instruments, allows me to ...
4
votes
1answer
130 views

How to synthesize a Helmholtz resonator (à la Ocarina for iPhone)

How do I synthesize a Helmholtz resonator, for example an ocarina? Has anyone come across open source code to do this? Or even the underlying mathematical technique, from which I could probably ...

1 2 3 4 5 11