rlog / leak-finder-for-javascript

Automatically exported from code.google.com/p/leak-finder-for-javascript
Other
0 stars 0 forks source link

Implement way to save/load heap snapshots to/from disk #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, it is quite time consuming to capture the heap, and sometimes 
several different analyses are desired that could each be run on the same heap 
capture.

It'd be great to have the option to save heap capture to disk and load from 
disk instead of hitting the chrome tab/process again and again.

Original issue reported on code.google.com by s...@chromium.org on 9 Jan 2013 at 8:36