Home
last modified time | relevance | path

Searched defs:ProfileSpan (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/profile/src/
H A Dhprof.rs61 pub fn span(label: Label) -> ProfileSpan { in span()
86 pub struct ProfileSpan(Option<ProfilerImpl>); struct
93 impl ProfileSpan { impl
94 pub fn detail(mut self, detail: impl FnOnce() -> String) -> ProfileSpan { in detail() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/profile/src/
H A Dhprof.rs61 pub fn span(label: Label) -> ProfileSpan { in span()
86 pub struct ProfileSpan(Option<ProfilerImpl>); struct
93 impl ProfileSpan { implementation
94 pub fn detail(mut self, detail: impl FnOnce() -> String) -> ProfileSpan { in detail() method