use TokenStream;
/// No-op version of `#[hotpath::main]` when profiling is disabled.
///
/// This macro simply returns the original function unchanged.
/// No-op version of `#[hotpath::measure]` when profiling is disabled.
///
/// This macro simply returns the original function unchanged.
/// No-op version of `#[hotpath::future_fn]` when profiling is disabled.
///
/// This macro simply returns the original function unchanged.
/// No-op version of `#[hotpath::skip]` when profiling is disabled.
///
/// This macro simply returns the original function unchanged.
/// No-op version of `#[hotpath::measure_all]` when profiling is disabled.
///
/// This macro simply returns the original item unchanged.