We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ee3266 + 8cab95e commit a516425Copy full SHA for a516425
compiler/rustc_session/src/utils.rs
@@ -7,6 +7,7 @@ impl Session {
7
pub fn timer(&self, what: &'static str) -> VerboseTimingGuard<'_> {
8
self.prof.verbose_generic_activity(what)
9
}
10
+ /// Used by `-Z self-profile`.
11
pub fn time<R>(&self, what: &'static str, f: impl FnOnce() -> R) -> R {
12
self.prof.verbose_generic_activity(what).run(f)
13
0 commit comments