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

[6.4.0] Add profiling for Bzlmod operations #19313

Merged
merged 2 commits into from
Aug 24, 2023

Commits on Aug 23, 2023

  1. Add profiling for Bzlmod operations

    The resolution of Bazel modules and evaluation of module extensions is now represented in the profile.
    
    Profile from a run of `bazel build //src:bazel-dev --enable_bzlmod --nobuild`:
    ![Bzlmod profile](https://github.com/bazelbuild/bazel/assets/4312191/22e03604-f832-4f64-be0e-a3281b94da3e)
    
    Closes bazelbuild#19291.
    
    PiperOrigin-RevId: 559466489
    Change-Id: If0989a4a6728f8dbf659197a7acbd3a0fcef9471
    fmeum authored and iancha1992 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    db22837 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Update src/main/java/com/google/devtools/build/lib/runtime/BlazeComma…

    …ndDispatcher.java
    
    Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
    iancha1992 and fmeum authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3e4580f View commit details
    Browse the repository at this point in the history