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
#[cfg(target_os = "linux")]
pub(crate) type Instant = quanta::Instant;

#[cfg(not(target_os = "linux"))]
pub(crate) type Instant = std::time::Instant;