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

[DataProvider] Attempt to identify internal actions #141

Closed saraadams closed 11 months ago

saraadams commented 11 months ago

The Bazel profile does not clearly mark "internal" actions (as reported at the end of a Bazel invocation), however some internal actions can be identified by their mnemonic.

Contributes to #133