• Home
  • History
  • Annotate
  • only in /external/toolchain-utils/
NameDateSize

..10-Aug-201812 KiB

.gitignore10-Aug-201812

afe_lock_machine.py10-Aug-201822.1 KiB

android_bench_suite/10-Aug-20184 KiB

auto_delete_nightly_test_data.py10-Aug-20187.5 KiB

automation/10-Aug-20184 KiB

bestflags/10-Aug-20184 KiB

bin/10-Aug-20184 KiB

binary_search_tool/10-Aug-20184 KiB

build-binutils/10-Aug-20184 KiB

build-gcc/10-Aug-20184 KiB

build_chrome_browser.py10-Aug-20188.1 KiB

build_chromeos.py10-Aug-201810.3 KiB

build_tc.py10-Aug-201811.7 KiB

build_tool.py10-Aug-201830.3 KiB

buildbot_test_llvm.py10-Aug-20185.2 KiB

buildbot_test_toolchains.py10-Aug-201811.2 KiB

chromiumos_image_diff.py10-Aug-201811.5 KiB

command_executer_timeout_test.py10-Aug-2018632

COMMIT-QUEUE.ini10-Aug-2018360

compiler-test.sh10-Aug-20181.7 KiB

crb/10-Aug-20184 KiB

cros_login.py10-Aug-20182.8 KiB

cros_utils/10-Aug-20184 KiB

crosperf/10-Aug-20184 KiB

cwp/10-Aug-20184 KiB

dejagnu/10-Aug-20184 KiB

deprecated/10-Aug-20184 KiB

fdo_scripts/10-Aug-20184 KiB

file_lock_machine.py10-Aug-201810.3 KiB

generate-waterfall-reports.py10-Aug-201828.5 KiB

get_common_image_version.py10-Aug-20182.4 KiB

go/10-Aug-20184 KiB

heat_map.py10-Aug-20184.9 KiB

image_chromeos.py10-Aug-201814.7 KiB

LICENSE10-Aug-20181.5 KiB

lock_machine_test.py10-Aug-20183.8 KiB

mem_tests/10-Aug-20184 KiB

OWNERS10-Aug-2018198

perf-to-inst-page.sh10-Aug-20182.4 KiB

produce_output.py10-Aug-2018478

pyrun10-Aug-201887

README10-Aug-2018264

README.chromium10-Aug-2018676

remote_gcc_build.py10-Aug-201816.2 KiB

remote_kill_test.py10-Aug-2018940

remote_test.py10-Aug-20182.6 KiB

repo_to_repo.py10-Aug-201812.5 KiB

run_tests.py10-Aug-2018457

setup_chromeos.py10-Aug-20188.5 KiB

tc_enter_chroot.py10-Aug-20189.9 KiB

test_gcc_dejagnu.py10-Aug-20187 KiB

test_gdb_dejagnu.py10-Aug-20185 KiB

test_toolchains.py10-Aug-201812.5 KiB

toolchain_utils_githooks/10-Aug-20184 KiB

update_telemetry_defaults.py10-Aug-20186.5 KiB

verify_compiler.py10-Aug-20186.8 KiB

weekly_report.py10-Aug-20187.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