Reputation: 9006
I've been watching the 410 - Fixing Memory Issues session from the WWDC 2013. The first demo showed a distinction between All Heap Allocations and All VM Regions. I've tried to see that same information for my own app, but in my case Allocation Type menu is disabled, as shown on the screenshot below:
I've used a default "Allocations" document in Instruments. I've seen similar question asked on the Developer Forums, but it doesn't contain an answer.
What should I do to enable this menu?
Upvotes: 2
Views: 269
Reputation: 9006
It turns out that Allocation type
menu is active only while profiling on the real device.
Upvotes: 1