Home | History | Annotate | only in /external/toolchain-utils
Up to higher level directory
NameDateSize
afe_lock_machine.py21-Aug-201822.1K
android_bench_suite/21-Aug-2018
auto_delete_nightly_test_data.py21-Aug-20187.5K
automation/21-Aug-2018
bestflags/21-Aug-2018
bin/21-Aug-2018
binary_search_tool/21-Aug-2018
build-binutils/21-Aug-2018
build-gcc/21-Aug-2018
build_chrome_browser.py21-Aug-20188.1K
build_chromeos.py21-Aug-201810.3K
build_tc.py21-Aug-201811.7K
build_tool.py21-Aug-201830.3K
buildbot_test_llvm.py21-Aug-20185.2K
buildbot_test_toolchains.py21-Aug-201811.2K
chromiumos_image_diff.py21-Aug-201811.5K
command_executer_timeout_test.py21-Aug-2018632
COMMIT-QUEUE.ini21-Aug-2018360
compiler-test.sh21-Aug-20181.7K
crb/21-Aug-2018
cros_login.py21-Aug-20182.8K
cros_utils/21-Aug-2018
crosperf/21-Aug-2018
cwp/21-Aug-2018
dejagnu/21-Aug-2018
deprecated/21-Aug-2018
fdo_scripts/21-Aug-2018
file_lock_machine.py21-Aug-201810.3K
generate-waterfall-reports.py21-Aug-201828.5K
get_common_image_version.py21-Aug-20182.4K
go/21-Aug-2018
heat_map.py21-Aug-20184.9K
image_chromeos.py21-Aug-201814.7K
LICENSE21-Aug-20181.5K
lock_machine_test.py21-Aug-20183.8K
mem_tests/21-Aug-2018
OWNERS21-Aug-2018198
perf-to-inst-page.sh21-Aug-20182.4K
produce_output.py21-Aug-2018478
pyrun21-Aug-201887
README21-Aug-2018264
README.chromium21-Aug-2018676
remote_gcc_build.py21-Aug-201816.2K
remote_kill_test.py21-Aug-2018940
remote_test.py21-Aug-20182.6K
repo_to_repo.py21-Aug-201812.5K
run_tests.py21-Aug-2018457
setup_chromeos.py21-Aug-20188.5K
tc_enter_chroot.py21-Aug-20189.9K
test_gcc_dejagnu.py21-Aug-20187K
test_gdb_dejagnu.py21-Aug-20185K
test_toolchains.py21-Aug-201812.5K
toolchain_utils_githooks/21-Aug-2018
update_telemetry_defaults.py21-Aug-20186.5K
verify_compiler.py21-Aug-20186.8K
weekly_report.py21-Aug-20187.8K

README

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

README.chromium

      1 Name: toolchain-utils
      2 Short Name: toolchain-utils
      3 URL: https://chromium.googlesource.com/chromiumos/third_party/toolchain-utils
      4 License: BSD
      5 License File: LICENSE
      6 Security Critical: no
      7 
      8 Description:
      9 This contains scripts used to help maintain the toolchain.  These
     10 include tools for downloading and building Chromium OS; building
     11 custom versions of the toolchain inside Chromium OS; launching
     12 performance tests, analyzing the results and generating reports;
     13 running toolchain regression tests; and using binary search to isolate
     14 toolchain issues.
     15 
     16 NOTE:  These tools are strictly for Chromium developers; none of them
     17 ship on the final product (devices that run Chromium OS).
     18