Add missing documentation for Session::time
This commit is contained in:
parent
155a5c2862
commit
8cab95ef9b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ impl Session {
|
|||
pub fn timer(&self, what: &'static str) -> VerboseTimingGuard<'_> {
|
||||
self.prof.verbose_generic_activity(what)
|
||||
}
|
||||
/// Used by `-Z self-profile`.
|
||||
pub fn time<R>(&self, what: &'static str, f: impl FnOnce() -> R) -> R {
|
||||
self.prof.verbose_generic_activity(what).run(f)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue