hotpath 0.9.0

Simple Rust profiler with memory and async data-flow insights - quickly find and debug performance bottlenecks.
Documentation
1
2
3
4
5
6
pub mod allocator;
pub mod core;
pub mod guard;
pub mod report;
pub mod shared;
pub mod state;