• Home
Name Date Size #Lines LOC

..--

afdo_metadata/03-May-2024-4742

afdo_redaction/03-May-2024-529336

afdo_tools/03-May-2024-1,4081,027

android_bench_suite/03-May-2024-68,86465,115

bestflags/03-May-2024-3,6002,195

binary_search_tool/03-May-2024-8,5115,642

compiler_wrapper/03-May-2024-23,95622,645

cros_utils/03-May-2024-8,0976,119

crosperf/03-May-2024-16,94113,235

debug_info_test/03-May-2024-473318

deprecated/03-May-2024-73,29469,520

go/03-May-2024-5,8935,112

heatmaps/03-May-2024-1,199843

llvm_extra/03-May-2024-248161

llvm_tools/03-May-2024-9,4725,786

orderfile/03-May-2024-187123

pgo_tools/03-May-2024-274207

toolchain_utils_githooks/03-May-2024-1,099779

.gitignoreD03-May-202477 65

.style.yapfD03-May-202476 43

LICENSED03-May-20241.5 KiB2827

OWNERSD03-May-202438 32

OWNERS.androidD03-May-202456 21

OWNERS.toolchainD03-May-2024253 1311

PRESUBMIT.cfgD03-May-2024106 32

README.chromiumD03-May-2024676 1815

README.mdD03-May-2024368 1911

android_merge_from_upstream.shD03-May-20242.5 KiB8355

auto_delete_nightly_test_data.pyD03-May-20247 KiB214159

build_chromeos.pyD03-May-202410.3 KiB290222

build_tc.pyD03-May-202411.7 KiB355303

buildbot_test_llvm.pyD03-May-20246.7 KiB201138

buildbot_test_toolchains.pyD03-May-202411.4 KiB354288

chromiumos_image_diff.pyD03-May-202411.7 KiB368300

compiler-test.shD03-May-20241.7 KiB6227

file_lock_machine.pyD03-May-202410.7 KiB390314

file_lock_machine_test.pyD03-May-20244 KiB12896

image_chromeos.pyD03-May-202416.8 KiB493378

lock_machine.pyD03-May-202416.8 KiB532404

pyrunD03-May-2024107 73

remote_test.pyD03-May-20242.8 KiB10780

run_tests_for.pyD03-May-20248.2 KiB276190

setup_chromeos.pyD03-May-20248.4 KiB253208

tc_enter_chroot.pyD03-May-202410.1 KiB310250

update_telemetry_defaults.pyD03-May-20246.5 KiB205161

README.chromium

1Name: toolchain-utils
2Short Name: toolchain-utils
3URL: https://chromium.googlesource.com/chromiumos/third_party/toolchain-utils
4License: BSD
5License File: LICENSE
6Security Critical: no
7
8Description:
9This contains scripts used to help maintain the toolchain.  These
10include tools for downloading and building Chromium OS; building
11custom versions of the toolchain inside Chromium OS; launching
12performance tests, analyzing the results and generating reports;
13running toolchain regression tests; and using binary search to isolate
14toolchain issues.
15
16NOTE:  These tools are strictly for Chromium developers; none of them
17ship on the final product (devices that run Chromium OS).
18

README.md

1# `toolchain-utils`
2
3Various utilities used by the Chrome OS toolchain team.
4
5## Note
6
7To run Python scripts in this directory, first run:
8
9```
10export PYTHONPATH=$(readlink -f .):$PYTHONPATH
11```
12
13from this directory.
14
15Then you can run any script.
16
17To get help on any script, type in `python <script> --help`, or refer to the
18header of the script for more information.
19