Monday, 26 August 2013

Programatically get memory usage in Chrome

Programatically get memory usage in Chrome

How can I programatically get memory usage (JS and total) of my website in
Google Chrome?
I looked at doing it from a Chrome extension using the undocumented
HeapProfiler (see here), but I can't find a way to get data from that.
I want to measure the memory consumption it at every release, so this
needs to be programmatic.
Thanks.

No comments:

Post a Comment