I am having a hard time debugging memory crashed on an GPU-intensive app.
This answer talks about the Memory Monitor Instrument: https://stackoverflow.com/a/10951144/1167349
So does this docu page from Apple: https://developer.apple.com/library/ios/documentation/AnalysisTools/Reference/Instruments_User_Reference/MemoryMonitorInstrument/MemoryMonitorInstrument.html
However, when I open up Instruments, there is no Memory Monitor to select:
(yes, I also used the scroll bar)
When I open up the Library, I can not find it there, either. Although the "VM Tracker" and "Shared Memory" instruments have the same icon, they do not provide the same functionality:
Am I missing something really obvious here??
I am using XCode Version 6.1.1 and Instruments Version 6.1.
Thank you a lot for all answers!