]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #47331 - michaelwoerister:measure-depgraph-loading, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Fri, 12 Jan 2018 18:26:37 +0000 (02:26 +0800)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2018 18:26:37 +0000 (02:26 +0800)
Add -Ztime-passes line for dep-graph loading.

We measure how much time the background thread spends on loading the dep-graph but not how long the main thread is blocked while the background thread is still working. Let's change that!

1  2 
src/librustc_driver/driver.rs

Simple merge