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

Improve -Ztime-passes #62110

Merged
merged 2 commits into from
Jul 5, 2019
Merged

Commits on Jul 4, 2019

  1. Remove solve_nll_region_constraints measurements from `-Ztime-passe…

    …s` output.
    
    Because it pollutes the output with hundreds or thousands of
    uninteresting lines for which the time duration is always(?) 0.000s.
    nnethercote committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    90419d3 View commit details
    Browse the repository at this point in the history
  2. Add a "total" measurement to -Ztime-passes.

    This is useful for getting the total compilation time at the end.
    To do this, the patch changes `print_time_passes_entry` to not increment
    the depth, which means that `print_time_passes_entry_internal` is no
    longer needed.
    nnethercote committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    87b103d View commit details
    Browse the repository at this point in the history