hotpath 0.19.0

One profiler for CPU, time, memory, SQL, and async code - quickly find and debug performance bottlenecks.
Documentation
1
2
3
4
5
#[cfg(feature = "async-lock")]
pub(crate) mod async_lock;
pub(crate) mod std;
#[cfg(feature = "tokio")]
pub(crate) mod tokio;