filmov
tv
Taking and Comparing 2 Heap Snapshots with Chrome DevTools Memory Profiler

Показать описание
To visualize how the memory is distributed among my app's JavaScript (objects, primitives, strings, functions, DOM nodes, etc), I've generated 2 Heap snapshots : the first one just after starting the app & the second one after executing a short scenario. I've used Chrome DevTools Memory Profiler for this task.