]> git.lizzy.rs Git - rust.git/commit
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)
commit30dbbb528dc315506d1ac28122953356c6d1e2fb
tree45228234ab528a0152f77ebfa6686f28a4a6813a
parent7ffdabd40164451e25a2588ca09f585fa03f0142
parentfe21c4c52221585c507211b4c30570b0f2e93c85
Rollup merge of #47331 - michaelwoerister:measure-depgraph-loading, r=alexcrichton

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!
src/librustc_driver/driver.rs