Top "Xcode-instruments" questions

Instruments is a performance, analysis, and testing tool for dynamically tracing and profiling macOS, iOS, watchOS, and tvOS code.

UICollectionview Scrolling choppy when loading cells

I have a gallery in my app utilizing a UICollectionView. The cells are approximately 70,70 size. I am using ALAssets from …

ios objective-c uicollectionview uicollectionviewcell xcode-instruments
How to debug iOS crash due to memory pressure

I'm using ARC and the app crashes saying received memory warning. I'm testing the application directly on the device (iPhone 4 …

xcode debugging crash xcode-instruments
iOS Crash without Error or Stack Trace

Having a hard time tracking down a crash in an iPad application. The difficulty really stems from the fact that …

ios xcode debugging crash xcode-instruments
My app freezes but no error appears

Does any body know what I have to check if my app freezes? I mean, I can see the app …

ios debugging xcode-instruments
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 …

ios instruments xcode4.3 ios-ui-automation xcode-instruments
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 …

xcode debug-symbols xcode-instruments
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 …

ios xcode-instruments
UIImagePickerController mediaTypes kUTTypeMovie causes small memory leak in NSCFNumber

Xcode 4.0.2 iPhone4 iOS 4.3.5 CoreLocation and MobileCoreServices frameworks are implemented. imported MobileCoreServices/UTCoreTypes.h - (void) displayVideoPicker { UIImagePickerController *ipc = [[UIImagePickerController alloc] …

iphone memory memory-leaks uiimagepickercontroller xcode-instruments
Is it possible to run XCTest based tests under Instruments in Xcode 5?

Looking at XCTest and Xcode 5 unit testing and not seeing how to run my unit tests under Instruments in Xcode 5... …

xcode5 xcode-instruments xctest
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 …

iphone ios ipad memory-management xcode-instruments