I am trying to get a snapshot of heap usage of my JavaScript test using Google DevTools. I used this site: https://developers.google.com/chrome-developer-tools/docs/heap-profiling along with Windows 7 and Google Chrome.
The problem is that I need to see the memory metrics (bytes vs kilobytes) under Retained and Shallow size, but it isn't showing. I tried to look online, and mess with DevTools myself, but can't seem to find a way to display this.
Google's own site just goes right from here:
to here:
without explaining how they did it... Now I see that in the second image, they are using MacOS. Could this be why? I COULD infer what the size metrics are based on these two images, but I really would like to know.
Here is what I see when I go on to DevTools:
Thanks for any help.