facebook / memlab

A framework for finding JavaScript memory leaks and analyzing heap snapshots
https://facebook.github.io/memlab/
MIT License
4.3k stars 116 forks source link

Question - How does it pull memory information ? #103

Closed imvetri closed 6 months ago

JacksonGL commented 6 months ago

MemLab gets memory information by analyzing heap snapshots from V8. Please check out this section of the documentation for an overview.