piano 0.15.0

Automatic instrumentation-based profiler for Rust. Measures self-time, call counts, and heap allocations per function.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod build;
pub mod error;
pub(crate) mod macro_expand;
pub mod naming;
pub mod report;
pub mod resolve;
pub mod rewrite;
pub mod source_map;
pub mod staging;
pub mod wrapper;