Home | History | Annotate | only in /external/toolchain-utils
Up to higher level directory
NameDateSize
.gitignore06-Dec-201712
afe_lock_machine.py06-Dec-201722.1K
auto_delete_nightly_test_data.py06-Dec-20177.5K
automation/06-Dec-2017
bestflags/06-Dec-2017
bin/06-Dec-2017
binary_search_tool/06-Dec-2017
build-binutils/06-Dec-2017
build-gcc/06-Dec-2017
build_chrome_browser.py06-Dec-20178.8K
build_chromeos.py06-Dec-201711.2K
build_tc.py06-Dec-201712.6K
build_tool.py06-Dec-201731.8K
buildbot_test_llvm.py06-Dec-20175.4K
buildbot_test_toolchains.py06-Dec-201711.8K
chromiumos_image_diff.py06-Dec-201711.3K
command_executer_timeout_test.py06-Dec-2017628
COMMIT-QUEUE.ini06-Dec-2017360
compiler-test.sh06-Dec-20171.7K
crb/06-Dec-2017
cros_login.py06-Dec-20173K
cros_utils/06-Dec-2017
crosperf/06-Dec-2017
cwp/06-Dec-2017
dejagnu/06-Dec-2017
deprecated/06-Dec-2017
fdo_scripts/06-Dec-2017
file_lock_machine.py06-Dec-201710.7K
generate-waterfall-reports.py06-Dec-201729K
get_common_image_version.py06-Dec-20172.5K
go/06-Dec-2017
heat_map.py06-Dec-20175.1K
image_chromeos.py06-Dec-201715.3K
LICENSE06-Dec-20171.5K
lock_machine_test.py06-Dec-20173.8K
mem_tests/06-Dec-2017
OWNERS06-Dec-2017198
perf-to-inst-page.sh06-Dec-20172.4K
produce_output.py06-Dec-2017476
pyrun06-Dec-201787
README06-Dec-2017264
README.chromium06-Dec-2017676
remote_gcc_build.py06-Dec-201716.8K
remote_kill_test.py06-Dec-20171K
remote_test.py06-Dec-20172.9K
repo_to_repo.py06-Dec-201712.8K
run_tests.py06-Dec-2017453
setup_chromeos.py06-Dec-20178.9K
tc_enter_chroot.py06-Dec-201710.3K
test_gcc_dejagnu.py06-Dec-20177.3K
test_gdb_dejagnu.py06-Dec-20175.3K
test_toolchains.py06-Dec-201712.5K
toolchain_utils_githooks/06-Dec-2017
update_telemetry_defaults.py06-Dec-20176.5K
user_activity_benchmarks/06-Dec-2017
verify_compiler.py06-Dec-20176.8K
weekly_report.py06-Dec-20177.9K

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