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