//! Collapsed (folded) stacks (S15 / #644).
//!
//! One line per unique stack: `root;mid;leaf <count>`. The format Brendan
//! Gregg's flamegraph tooling reads, and the feed for the daemon's own flame
//! graph — which is why it is worth emitting even though pprof is richer: it
//! is the one format a person can read with `sort` and `grep`.
use crateSessionResult;
/// Render folded stacks, hottest first.