Function profile_traits::time::profile
source ยท pub fn profile<T, F>(
category: ProfilerCategory,
meta: Option<TimerMetadata>,
profiler_chan: ProfilerChan,
_span: Span,
callback: F,
) -> Twhere
F: FnOnce() -> T,