profile-inspect 0.1.2

Analyze V8 CPU and heap profiles from Node.js/Chrome DevTools
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod caller_callee;
mod cpu_analysis;
mod diff;
mod heap_analysis;
mod recommendations;

pub use caller_callee::*;
pub use cpu_analysis::*;
pub use diff::*;
pub use heap_analysis::*;
pub use recommendations::*;