Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is `Allocation stack` tab in Chrome 53

I'm reading this article about memory profiling. One of it's screenshots shows Allocation stack tab:

enter image description here

In my Chrome of version 53 there is no such tab:

enter image description here

Where did it go? How can I find the information presented in Allocation stack in Chrome 53?

like image 571
Max Koretskyi Avatar asked Sep 27 '16 10:09

Max Koretskyi


2 Answers

To use this feature you need to go to Dev Tools -> Settings and enable Record heap allocation stack traces.

enter image description here

like image 102
Max Koretskyi Avatar answered Sep 19 '22 20:09

Max Koretskyi


It seems you cannot track stack from the snapshot directly. But you can do this by recording an allocation profile: allocation profile

like image 21
n00dl3 Avatar answered Sep 17 '22 20:09

n00dl3