hotpath 0.15.0

Simple async Rust profiler with memory and data-flow insights - quickly find and debug performance bottlenecks.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "async-channel")]
pub(crate) mod asc;
#[cfg(feature = "crossbeam")]
pub(crate) mod crossbeam;
#[cfg(feature = "futures")]
pub(crate) mod ftc;
pub(crate) mod std;
#[cfg(feature = "tokio")]
pub(crate) mod tokio;