This is the source code for the demo pages used in the Microsoft Edge DevTools tutorial: Record heap snapshots using the Memory tool ("Heap snapshot" profiling type).
| Demo page | File | Docs |
|---|---|---|
| Scattered objects | example-03.html | Take a snapshot in Record heap snapshots using the Memory tool ("Heap snapshot" profiling type) |
| Leaking DOM nodes | example-06.html | Demo webpage: Example 6: Leaking DOM nodes in Record heap snapshots using the Memory tool ("Heap snapshot" profiling type) |
| Eval is evil | example-07.html | Analyze the impact of closures on memory in Record heap snapshots using the Memory tool ("Heap snapshot" profiling type) |
| Recording heap allocations | example-08.html | Demo webpage: Example 8: Recording heap allocations in Record heap snapshots using the Memory tool ("Heap snapshot" profiling type) |
| DOM leaks bigger than expected | example-09.html | Demo webpage: Example 9: DOM leaks bigger than expected in Record heap snapshots using the Memory tool ("Heap snapshot" profiling type) |