facebook / memlab

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

Dashboard availability #17

Closed urbanogilson closed 2 years ago

urbanogilson commented 2 years ago

Are there plans to release the Dashboard (Memory Lab) mentioned in the article?

image

image

JacksonGL commented 2 years ago

The screenshots in the blog were used as an example on how MemLab could be used internally. The Dashboard were built on top of Meta's internal UI and backend system. So we may not be able to open source it. MemLab saves all files (retainer traces, snapshots, scenario information) used by the Dashboard on disk (inside the $(memlab get-default-work-dir) folder).