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.
1 parent eb61ba4 commit eb7564dCopy full SHA for eb7564d
src/bootstrap/src/lib.rs
@@ -1928,6 +1928,10 @@ to download LLVM rather than building it.
1928
pub fn exec_ctx(&self) -> &ExecutionContext {
1929
&self.config.exec_ctx
1930
}
1931
+
1932
+ pub fn report_summary(&self) {
1933
+ self.config.exec_ctx.profiler().report_summary();
1934
+ }
1935
1936
1937
impl AsRef<ExecutionContext> for Build {
0 commit comments