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