• Home
Name Date Size #Lines LOC

..--

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-6,0374,046

build-binutils/03-May-2024-10

build-gcc/03-May-2024-4133

crb/03-May-2024-1,170950

cros_utils/03-May-2024-11,6159,282

crosperf/03-May-2024-14,37811,254

cwp/03-May-2024-860695

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,0351,622

mem_tests/03-May-2024-226160

toolchain_utils_githooks/03-May-2024-8251

user_activity_benchmarks/03-May-2024-3,3272,713

.gitignoreD03-May-202412 42

COMMIT-QUEUE.iniD03-May-2024360 139

LICENSED03-May-20241.5 KiB2827

OWNERSD03-May-2024198 1110

READMED03-May-2024264 116

README.chromiumD03-May-2024676 1815

afe_lock_machine.pyD03-May-202422.1 KiB659533

auto_delete_nightly_test_data.pyD03-May-20247.5 KiB223171

build_chrome_browser.pyD03-May-20248.8 KiB238187

build_chromeos.pyD03-May-202411.2 KiB281217

build_tc.pyD03-May-202412.6 KiB338287

build_tool.pyD03-May-202431.8 KiB854687

buildbot_test_llvm.pyD03-May-20245.4 KiB168138

buildbot_test_toolchains.pyD03-May-202411.8 KiB357291

chromiumos_image_diff.pyD03-May-202411.3 KiB334272

command_executer_timeout_test.pyD03-May-2024628 3419

compiler-test.shD03-May-20241.7 KiB6227

cros_login.pyD03-May-20243 KiB11994

file_lock_machine.pyD03-May-202410.7 KiB373301

generate-waterfall-reports.pyD03-May-202429 KiB846632

get_common_image_version.pyD03-May-20242.5 KiB9369

heat_map.pyD03-May-20245.1 KiB147120

image_chromeos.pyD03-May-202415.3 KiB431344

lock_machine_test.pyD03-May-20243.8 KiB12296

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

produce_output.pyD03-May-2024476 2814

pyrunD03-May-202487 73

remote_gcc_build.pyD03-May-202416.8 KiB472366

remote_kill_test.pyD03-May-20241 KiB4630

remote_test.pyD03-May-20242.9 KiB9976

repo_to_repo.pyD03-May-202412.8 KiB422346

run_tests.pyD03-May-2024453 2412

setup_chromeos.pyD03-May-20248.9 KiB253209

tc_enter_chroot.pyD03-May-202410.3 KiB300243

test_gcc_dejagnu.pyD03-May-20247.3 KiB219176

test_gdb_dejagnu.pyD03-May-20245.3 KiB164131

test_toolchains.pyD03-May-202412.5 KiB366298

update_telemetry_defaults.pyD03-May-20246.5 KiB204162

verify_compiler.pyD03-May-20246.8 KiB235191

weekly_report.pyD03-May-20247.9 KiB256193

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