When using the flag --experimental_profile_include_target_label when a Bazel profile is generated, action processing events include which target the action is being processed for.
If present, add this information to the "Break down bottlenecks" suggestions. If not present, add a caveat that highlights the flag could be set to improve the bottleneck suggestions.
When using the flag
--experimental_profile_include_target_label
when a Bazel profile is generated, action processing events include which target the action is being processed for. If present, add this information to the "Break down bottlenecks" suggestions. If not present, add a caveat that highlights the flag could be set to improve the bottleneck suggestions.Fixes #92.