Skip to content

GitHub Repository

The following document can be found at https://github.com/EngFlow/bazel_invocation_analyzer/blob/main/README.md


Bazel Invocation Analyzer

The Bazel Invocation Analyzer is a library and terminal tool developed by EngFlow. It analyzes an invocation's Bazel profile and provides suggestions on how to speed up that invocation.

Contact

You can get in touch with us

Documentation

You can also view this tool's documentation on https://docs.engflow.com/bia/index.html.

Dependencies

Bazel version 6.3+

CLI

The Bazel Invocation Analyzer can be run in a terminal. In this mode it will print out the analysis results directly to the console.

Usage

Pass in the path of a Bazel profile on your filesystem as the first argument. Use -h or --help to show all the available options.

Bash
bazel run //cli -- /path/to/bazel_profile.json.gz

Integrations

The Bazel Invocation Analyzer can be integrated into other environments.

Public Web UIs

On https://analyzer.engflow.com you can upload a Bazel profile to receive a rendered version of the library's output.

Contributing

We welcome contributions from the community. Read our guide to contributing for details.

References