profile-inspect 0.1.3

Analyze V8 CPU and heap profiles from Node.js/Chrome DevTools
Documentation
1
2
3
4
5
6
7
mod frame;
mod sample;
mod stack;

pub use frame::*;
pub use sample::*;
pub use stack::*;