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

..29-Aug-201712 KiB

.gitignore29-Aug-201712

afe_lock_machine.py29-Aug-201722.1 KiB

auto_delete_nightly_test_data.py29-Aug-20177.5 KiB

automation/29-Aug-20174 KiB

bestflags/29-Aug-20174 KiB

bin/29-Aug-20174 KiB

binary_search_tool/29-Aug-20174 KiB

build-binutils/29-Aug-20174 KiB

build-gcc/29-Aug-20174 KiB

build_chrome_browser.py29-Aug-20178.8 KiB

build_chromeos.py29-Aug-201711.2 KiB

build_tc.py29-Aug-201712.6 KiB

build_tool.py29-Aug-201731.8 KiB

buildbot_test_llvm.py29-Aug-20175.4 KiB

buildbot_test_toolchains.py29-Aug-201711.8 KiB

chromiumos_image_diff.py29-Aug-201711.3 KiB

command_executer_timeout_test.py29-Aug-2017628

COMMIT-QUEUE.ini29-Aug-2017360

compiler-test.sh29-Aug-20171.7 KiB

crb/29-Aug-20174 KiB

cros_login.py29-Aug-20173 KiB

cros_utils/29-Aug-20174 KiB

crosperf/29-Aug-20174 KiB

cwp/29-Aug-20174 KiB

dejagnu/29-Aug-20174 KiB

deprecated/29-Aug-20174 KiB

fdo_scripts/29-Aug-20174 KiB

file_lock_machine.py29-Aug-201710.7 KiB

generate-waterfall-reports.py29-Aug-201729 KiB

get_common_image_version.py29-Aug-20172.5 KiB

go/29-Aug-20174 KiB

heat_map.py29-Aug-20175.1 KiB

image_chromeos.py29-Aug-201715.3 KiB

LICENSE29-Aug-20171.5 KiB

lock_machine_test.py29-Aug-20173.8 KiB

mem_tests/29-Aug-20174 KiB

OWNERS29-Aug-2017198

perf-to-inst-page.sh29-Aug-20172.4 KiB

produce_output.py29-Aug-2017476

pyrun29-Aug-201787

README29-Aug-2017264

README.chromium29-Aug-2017676

remote_gcc_build.py29-Aug-201716.8 KiB

remote_kill_test.py29-Aug-20171 KiB

remote_test.py29-Aug-20172.9 KiB

repo_to_repo.py29-Aug-201712.8 KiB

run_tests.py29-Aug-2017453

setup_chromeos.py29-Aug-20178.9 KiB

tc_enter_chroot.py29-Aug-201710.3 KiB

test_gcc_dejagnu.py29-Aug-20177.3 KiB

test_gdb_dejagnu.py29-Aug-20175.3 KiB

test_toolchains.py29-Aug-201712.5 KiB

toolchain_utils_githooks/29-Aug-20174 KiB

update_telemetry_defaults.py29-Aug-20176.5 KiB

user_activity_benchmarks/29-Aug-20174 KiB

verify_compiler.py29-Aug-20176.8 KiB

weekly_report.py29-Aug-20177.9 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