Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -Ztime-passes line for dep-graph loading. #47331

Merged
merged 1 commit into from
Jan 12, 2018

Conversation

michaelwoerister
Copy link
Member

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!

@rust-highfive
Copy link
Collaborator

r? @pnkfelix

(rust_highfive has picked a reviewer for you, use r? to override)

@michaelwoerister
Copy link
Member Author

(Hint: It seems that that is usually no time at all due to @Yoric's background loading implementation :))

@alexcrichton
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Jan 11, 2018

📌 Commit fe21c4c has been approved by alexcrichton

kennytm added a commit to kennytm/rust that referenced this pull request Jan 12, 2018
…oading, 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!
bors added a commit that referenced this pull request Jan 12, 2018
@bors bors merged commit fe21c4c into rust-lang:master Jan 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants