EngFlow / bazel_invocation_analyzer

A tool that automatically analyzes a Bazel build's profile and offers suggestions on how to make it faster.
https://analyzer.engflow.com
Apache License 2.0
90 stars 10 forks source link

[Refactor] Extract common methods: summary for complete event, target name missing info #134

Closed saraadams closed 11 months ago

saraadams commented 11 months ago

This refactors some code, so that the way action processing events are printed out consistently, rather than having duplicate code. It also refactors the code, so it's easy to add caveats relating to a profile not having the target names attached to actions.

Contributes to #133