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

Implement more detailed self profiling #58085

Merged
merged 3 commits into from
Feb 10, 2019
Merged

Commits on Feb 7, 2019

  1. Implement more detailed self profiling

    Timing data and cache hits/misses are now recorded at the query level.
    This allows us to show detailed per query information such as total time
    for each query.
    
    To see detailed query information in the summary pass the `-Z verbose`
    flag. For example:
    
    ```
    rustc -Z self-profile -Z verbose hello_world.rs
    ```
    wesleywiser committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    5bb96ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a568e7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    584081a View commit details
    Browse the repository at this point in the history