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

JSON output #127

Closed aelij closed 2 weeks ago

aelij commented 3 weeks ago

It would be helpful to have the option of JSON output from analysis commands. We want to run automated analyses on the results, so it would be preferable to parsing the text output.

I can try to implement it if you agree to it.

JacksonGL commented 3 weeks ago

@aelij Yes, please feel free to create PRs