rlog / leak-finder-for-javascript

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

Heap Snapshots aren't deleted after capture #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the inspector profiles tab and see no heap snapshots
2. Close the inspector
2. Run the jsleakcheck
3. Open the inspector profiles tab and see heap snapshot taking up memory in 
the process.

What is the expected output? What do you see instead?
- Expected: same state as seen in #1 (no snapshots)
- See: new snapshot for each time the jsleakcheck is run

What version of the product are you using? On what operating system?
Linux Chrome M23

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