Function profile_traits::time::profile

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