pub fn section(section: &'static str) -> SpanExpand description
Build a profiling span for a named logical section.
Callers enter the returned span with .entered() for synchronous sections
or use Future::instrument(span) for async blocks. Function-level profiling
should prefer #[tracing::instrument].