steveszc / ember-cli-memory-leak-detector

Automatic memory leak detection for ember apps
https://www.npmjs.com/package/ember-cli-memory-leak-detector
MIT License
38 stars 5 forks source link

remove intermediate disk write of heapsnapshot #10

Closed steveszc closed 3 years ago

steveszc commented 3 years ago

We were unnecessarily writing the heapsnapshot to disk before reading it and parsing it. We can just pass the parsed heap snapshot straight into the Heapsnapshot class.