A profiling and flamegraph library for Rust applications.
# Cargo.toml
[dependencies]
flame = "0.2.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts a profiling span named 'main'.
Add `flame::dump_html(&mut std::fs::File::create("flamegraph.html").unwrap()).unwrap();` at program exit.No dependency data recorded yet.