-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Add profiling to remoteActionBuildingSemaphore.acquire()
#20474
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 profiling to remoteActionBuildingSemaphore.acquire()
#20474
Conversation
Without this there can be large gaps in the profile when using remote execution that are hard to reason about. Signed-off-by: Brentley Jones <[email protected]>
Signed-off-by: Brentley Jones <[email protected]>
|
@bazel-io flag |
|
@bazel-io fork 7.1.0 |
|
@iancha1992 This can probably go into 6.5.0 as well. |
|
@bazel-io fork 6.5.0 |
Without this there can be large gaps in the profile when using remote execution that are hard to reason about. Closes bazelbuild#20474. PiperOrigin-RevId: 590475989 Change-Id: Ic6e042c36f85e8098a468c73c62bd45cc367423e
…20549) Without this there can be large gaps in the profile when using remote execution that are hard to reason about. Closes #20474. Commit 75fffbf PiperOrigin-RevId: 590475989 Change-Id: Ic6e042c36f85e8098a468c73c62bd45cc367423e Co-authored-by: Brentley Jones <[email protected]>
Without this there can be large gaps in the profile when using remote execution that are hard to reason about. Closes bazelbuild#20474. PiperOrigin-RevId: 590475989 Change-Id: Ic6e042c36f85e8098a468c73c62bd45cc367423e
…20645) Without this there can be large gaps in the profile when using remote execution that are hard to reason about. Closes #20474. Commit 75fffbf PiperOrigin-RevId: 590475989 Change-Id: Ic6e042c36f85e8098a468c73c62bd45cc367423e Co-authored-by: Brentley Jones <[email protected]> Co-authored-by: Yun Peng <[email protected]>
|
The changes in this PR have been included in Bazel 6.5.0 RC1. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc. |
|
The changes in this PR have been included in Bazel 7.1.0 RC1. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc. |
Without this there can be large gaps in the profile when using remote execution that are hard to reason about.