Top "Instruments" questions

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

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 …

iphone opengl-es instruments
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 …

iphone memory instruments memory-leaks
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 …

iphone objective-c xcode ios instruments
How to symbolicate crashes in Xcode 7.3?

Can you help me get my crashes symbolicated? In Xcode 7.3, Window -> Organizer -> Crashes, I have crash …

xcode7 instruments symbolicatecrash symbolicate dsym
iOS memory usage increasing, can't find the culprit

I'm attempting to download a large number of images using AFNetworking 2.5 and stream them to disk. According to the memory …

ios xcode afnetworking instruments