profile-inspect 0.1.3

Analyze V8 CPU and heap profiles from Node.js/Chrome DevTools
Documentation
1
2
3
4
5
mod cpu;
mod heap;

pub use cpu::*;
pub use heap::*;