facebook / memlab

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

Question - How does it pull memory information ? #103

Closed imvetri closed 11 months ago

JacksonGL commented 11 months ago

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