profile-inspect 0.1.2

Analyze V8 CPU and heap profiles from Node.js/Chrome DevTools
Documentation
1
2
3
4
5
6
7
pub mod analysis;
pub mod classify;
pub mod ir;
pub mod output;
pub mod parser;
pub mod sourcemap;
pub mod types;