Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 12 KiB | |
.gitignore | 10-Aug-2018 | 12 | |
afe_lock_machine.py | 10-Aug-2018 | 22.1 KiB | |
android_bench_suite/ | 10-Aug-2018 | 4 KiB | |
auto_delete_nightly_test_data.py | 10-Aug-2018 | 7.5 KiB | |
automation/ | 10-Aug-2018 | 4 KiB | |
bestflags/ | 10-Aug-2018 | 4 KiB | |
bin/ | 10-Aug-2018 | 4 KiB | |
binary_search_tool/ | 10-Aug-2018 | 4 KiB | |
build-binutils/ | 10-Aug-2018 | 4 KiB | |
build-gcc/ | 10-Aug-2018 | 4 KiB | |
build_chrome_browser.py | 10-Aug-2018 | 8.1 KiB | |
build_chromeos.py | 10-Aug-2018 | 10.3 KiB | |
build_tc.py | 10-Aug-2018 | 11.7 KiB | |
build_tool.py | 10-Aug-2018 | 30.3 KiB | |
buildbot_test_llvm.py | 10-Aug-2018 | 5.2 KiB | |
buildbot_test_toolchains.py | 10-Aug-2018 | 11.2 KiB | |
chromiumos_image_diff.py | 10-Aug-2018 | 11.5 KiB | |
command_executer_timeout_test.py | 10-Aug-2018 | 632 | |
COMMIT-QUEUE.ini | 10-Aug-2018 | 360 | |
compiler-test.sh | 10-Aug-2018 | 1.7 KiB | |
crb/ | 10-Aug-2018 | 4 KiB | |
cros_login.py | 10-Aug-2018 | 2.8 KiB | |
cros_utils/ | 10-Aug-2018 | 4 KiB | |
crosperf/ | 10-Aug-2018 | 4 KiB | |
cwp/ | 10-Aug-2018 | 4 KiB | |
dejagnu/ | 10-Aug-2018 | 4 KiB | |
deprecated/ | 10-Aug-2018 | 4 KiB | |
fdo_scripts/ | 10-Aug-2018 | 4 KiB | |
file_lock_machine.py | 10-Aug-2018 | 10.3 KiB | |
generate-waterfall-reports.py | 10-Aug-2018 | 28.5 KiB | |
get_common_image_version.py | 10-Aug-2018 | 2.4 KiB | |
go/ | 10-Aug-2018 | 4 KiB | |
heat_map.py | 10-Aug-2018 | 4.9 KiB | |
image_chromeos.py | 10-Aug-2018 | 14.7 KiB | |
LICENSE | 10-Aug-2018 | 1.5 KiB | |
lock_machine_test.py | 10-Aug-2018 | 3.8 KiB | |
mem_tests/ | 10-Aug-2018 | 4 KiB | |
OWNERS | 10-Aug-2018 | 198 | |
perf-to-inst-page.sh | 10-Aug-2018 | 2.4 KiB | |
produce_output.py | 10-Aug-2018 | 478 | |
pyrun | 10-Aug-2018 | 87 | |
README | 10-Aug-2018 | 264 | |
README.chromium | 10-Aug-2018 | 676 | |
remote_gcc_build.py | 10-Aug-2018 | 16.2 KiB | |
remote_kill_test.py | 10-Aug-2018 | 940 | |
remote_test.py | 10-Aug-2018 | 2.6 KiB | |
repo_to_repo.py | 10-Aug-2018 | 12.5 KiB | |
run_tests.py | 10-Aug-2018 | 457 | |
setup_chromeos.py | 10-Aug-2018 | 8.5 KiB | |
tc_enter_chroot.py | 10-Aug-2018 | 9.9 KiB | |
test_gcc_dejagnu.py | 10-Aug-2018 | 7 KiB | |
test_gdb_dejagnu.py | 10-Aug-2018 | 5 KiB | |
test_toolchains.py | 10-Aug-2018 | 12.5 KiB | |
toolchain_utils_githooks/ | 10-Aug-2018 | 4 KiB | |
update_telemetry_defaults.py | 10-Aug-2018 | 6.5 KiB | |
verify_compiler.py | 10-Aug-2018 | 6.8 KiB | |
weekly_report.py | 10-Aug-2018 | 7.8 KiB |
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