Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Don't have Heap shot analysis

I am trying to find out where my app has abandoned memory and all the resources I see say to mark a heap shot.

However I only have a mark generation button. Where should I find the heap shot button? Or did it just change.

Sorry I am new to iOS.

like image 566
interdatega Avatar asked Oct 24 '13 13:10

interdatega


1 Answers

The Mark Generation button is the heapshot button. In Xcode 5 and Xcode 6 the Heapshot Analysis section of the Allocations instrument has been renamed Generations.

like image 65
Swift Dev Journal Avatar answered Nov 06 '22 21:11

Swift Dev Journal