You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These flags have been very helpful in correlating the profile data with actual build target and actions
--[no]experimental_profile_include_primary_output default: "false"
Includes the extra "out" attribute in action events that contains the exec path to the action's primary output.
Tags: bazel_monitoring
--[no]experimental_profile_include_target_configuration default: "false"
Includes target configuration hash in action events' JSON profile data.
Tags: bazel_monitoring
--[no]experimental_profile_include_target_label default: "false"
Includes target label in action events' JSON profile data.
Tags: bazel_monitoring
But currently, the Critical Path spans are not decorated with the same information.
It would be nice to get this information added to the critical path spans as well.
Which category does this issue belong to?
Performance
What underlying problem are you trying to solve with this feature?
Improve profile information
Which operating system are you running Bazel on?
No response
What is the output of bazel info release?
No response
If bazel info release returns development version or (@non-git), tell us how you built Bazel.
No response
What's the output of git remote get-url origin; git rev-parse HEAD ?
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered:
Description of the feature request:
These flags have been very helpful in correlating the profile data with actual build target and actions
But currently, the Critical Path spans are not decorated with the same information.
It would be nice to get this information added to the critical path spans as well.
Which category does this issue belong to?
Performance
What underlying problem are you trying to solve with this feature?
Improve profile information
Which operating system are you running Bazel on?
No response
What is the output of
bazel info release
?No response
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: