• Home
Name Date Size #Lines LOC

..--

android_bench_suite/03-May-2024-68,85665,114

automation/03-May-2024-5,2463,653

bestflags/03-May-2024-3,5862,187

bin/03-May-2024-3727

binary_search_tool/03-May-2024-7,8605,224

build-binutils/03-May-2024-10

build-gcc/03-May-2024-4133

crb/03-May-2024-1,170950

cros_utils/03-May-2024-11,7029,368

crosperf/03-May-2024-14,58711,421

cwp/03-May-2024-860695

debug_info_test/03-May-2024-421303

dejagnu/03-May-2024-58,66158,425

deprecated/03-May-2024-1,3511,074

fdo_scripts/03-May-2024-970778

go/03-May-2024-2,6392,129

llvm_extra/03-May-2024-246154

mem_tests/03-May-2024-226160

toolchain_utils_githooks/03-May-2024-8251

.gitignoreD03-May-202412 42

COMMIT-QUEUE.iniD03-May-2024467 1510

LICENSED03-May-20241.5 KiB2827

OWNERSD03-May-2024198 1110

OWNERS.androidD03-May-202456 21

READMED03-May-2024264 116

README.chromiumD03-May-2024676 1815

afe_lock_machine.pyD03-May-202422.1 KiB662536

auto_delete_nightly_test_data.pyD03-May-20246.7 KiB202154

build_chrome_browser.pyD03-May-20248.1 KiB248197

build_chromeos.pyD03-May-202410.3 KiB288224

build_tc.pyD03-May-202411.7 KiB354303

build_tool.pyD03-May-202430.3 KiB851687

buildbot_test_llvm.pyD03-May-20246.8 KiB205141

buildbot_test_toolchains.pyD03-May-202410.7 KiB326266

chromiumos_image_diff.pyD03-May-202411.5 KiB362300

command_executer_timeout_test.pyD03-May-2024632 3419

compiler-test.shD03-May-20241.7 KiB6227

cros_login.pyD03-May-20242.8 KiB11691

file_lock_machine.pyD03-May-202410.3 KiB376304

generate-waterfall-reports.pyD03-May-202428.8 KiB854638

get_common_image_version.pyD03-May-20242.4 KiB9470

heat_map.pyD03-May-20244.9 KiB149121

image_chromeos.pyD03-May-202416.7 KiB490381

lock_machine_test.pyD03-May-20243.8 KiB12296

new-generate-waterfall-reports.pyD03-May-202411.7 KiB411326

perf-to-inst-page.shD03-May-20242.4 KiB8649

produce_output.pyD03-May-2024478 2613

pyrunD03-May-2024107 73

remote_gcc_build.pyD03-May-202416.2 KiB480373

remote_kill_test.pyD03-May-2024940 4529

remote_test.pyD03-May-20242.6 KiB10380

repo_to_repo.pyD03-May-202412.5 KiB426350

run_tests.pyD03-May-2024457 2412

setup_chromeos.pyD03-May-20248.5 KiB253209

tc_enter_chroot.pyD03-May-20249.9 KiB308251

test_gcc_dejagnu.pyD03-May-20247 KiB228185

test_gdb_dejagnu.pyD03-May-20245 KiB171138

test_toolchains.pyD03-May-202412.5 KiB365297

update_telemetry_defaults.pyD03-May-20246.5 KiB203162

verify_compiler.pyD03-May-20246.8 KiB234190

weekly_report.pyD03-May-20247.8 KiB257194

README

1To run scripts in this directory, first run:
2
3export PYTHONPATH=$(readlink -f .):$PYTHONPATH
4
5from this directory.
6
7Then you can run any script.
8
9To get help on any script, type in python <script> --help, or refer to the
10header of the script for more information.
11

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