//! From https://github.com/tikv/pprof-rs/blob/HEAD/examples/criterion.rs
//!
//! Run with:
//! `cargo run --example creation_flamegraph --features="profile" -- --bench --profile-time 5`
//! Open svg with:
//! `open target/criterion/creation_flamegraph/profile/flamegraph.svg`
//!
//! Note that it frequently fails with a `trace trap`
use ;
use ;
criterion_group!
criterion_main!;