Clone this repo:
  1. 2621c27 afdo_metadata: Publish the new kernel profiles by crostc-worker · 8 hours ago main
  2. 089fb88 add tests for venvless wrapper support by George Burgess IV · 14 hours ago
  3. 0fe1e8c various: trivial typing changes by George Burgess IV · 15 hours ago
  4. 7ee4519 pgo_tools: trivial typing changes (#2) by George Burgess IV · 15 hours ago
  5. 6f56fb8 pgo_tools: trivial typing changes (#1) by George Burgess IV · 15 hours ago

toolchain-utils

Various utilities used by the ChromeOS toolchain team.

Note

To run Python scripts in this directory, first run:

export PYTHONPATH=$(readlink -f .):$PYTHONPATH

from this directory.

Then you can run any script.

To get help on any script, type in python <script> --help, or refer to the header of the script for more information.