The NINJA_SUMMARIZE_BUILD already triggers two types of build performance data - setting NINJA_STATUS to give more details during the build and running post_build_ninja_summary.py after the build. One of the most common causes of slow builds is when CreateProcess becomes slow, usually due to anti-virus overhead. Neither of these reports make this problem easily visible, but ninja -d stats does. In particular the StartEdge data is an excellent summary of CreateProcess timing. If the StartEdge average (avg) is more than about 6,000 us (6.0 ms) it might be worth investigating why. Therefore this change makes it so that autoninja.py adds -d stats to the command line when NINJA_SUMMARIZE_BUILD is set to 1. Change-Id: I1b6b990708c784a2cd71d153713b422f090775e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1788399 Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> |
6 years ago | |
---|---|---|
bootstrap/win | 6 years ago | |
fetch_configs | 6 years ago | |
git-templates | 12 years ago | |
infra | 6 years ago | |
man | 6 years ago | |
recipes | 6 years ago | |
support | 7 years ago | |
testing_support | 6 years ago | |
tests | 6 years ago | |
third_party | 6 years ago | |
win_toolchain | 6 years ago | |
zsh-goodies | 14 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 6 years ago | |
.style.yapf | 10 years ago | |
.vpython3 | 6 years ago | |
CROS_OWNERS | 6 years ago | |
LICENSE | 16 years ago | |
OWNERS | 6 years ago | |
PRESUBMIT.py | 6 years ago | |
README.gclient.md | 9 years ago | |
README.git-cl.md | 6 years ago | |
README.md | 6 years ago | |
annotated_gclient.py | 6 years ago | |
auth.py | 6 years ago | |
autoninja | 6 years ago | |
autoninja.bat | 6 years ago | |
autoninja.py | 6 years ago | |
bb | 6 years ago | |
bb.bat | 6 years ago | |
breakpad.py | 9 years ago | |
buildbucket.py | 6 years ago | |
cbuildbot | 13 years ago | |
chrome_set_ver | 13 years ago | |
cipd | 6 years ago | |
cipd.bat | 7 years ago | |
cipd.ps1 | 7 years ago | |
cipd_bin_setup.bat | 8 years ago | |
cipd_bin_setup.sh | 8 years ago | |
cipd_client_version | 6 years ago | |
cipd_client_version.digests | 6 years ago | |
cipd_manifest.txt | 6 years ago | |
cipd_manifest.versions | 6 years ago | |
cit | 6 years ago | |
cit.bat | 6 years ago | |
cit.py | 6 years ago | |
clang-format | 11 years ago | |
clang-format.bat | 8 years ago | |
clang_format.py | 6 years ago | |
clang_format_merge_driver | 9 years ago | |
clang_format_merge_driver.bat | 8 years ago | |
clang_format_merge_driver.py | 6 years ago | |
codereview.settings | 9 years ago | |
compile_single_file | 8 years ago | |
compile_single_file.bat | 8 years ago | |
compile_single_file.py | 6 years ago | |
cpplint.bat | 8 years ago | |
cpplint.py | 6 years ago | |
cpplint_chromium.py | 14 years ago | |
cros | 13 years ago | |
cros_sdk | 13 years ago | |
crosjobs | 6 years ago | |
dart_format.py | 6 years ago | |
depot-tools-auth | 10 years ago | |
depot-tools-auth.bat | 8 years ago | |
depot-tools-auth.py | 6 years ago | |
detect_host_arch.py | 6 years ago | |
download_from_google_storage | 6 years ago | |
download_from_google_storage.bat | 6 years ago | |
download_from_google_storage.py | 6 years ago | |
ensure_bootstrap | 6 years ago | |
fetch | 6 years ago | |
fetch.bat | 6 years ago | |
fetch.py | 6 years ago | |
fix_encoding.py | 6 years ago | |
gclient | 6 years ago | |
gclient-new-workdir.py | 6 years ago | |
gclient.bat | 6 years ago | |
gclient.py | 6 years ago | |
gclient_completion.sh | 11 years ago | |
gclient_eval.py | 6 years ago | |
gclient_paths.py | 6 years ago | |
gclient_scm.py | 6 years ago | |
gclient_utils.py | 6 years ago | |
gerrit_client.py | 6 years ago | |
gerrit_util.py | 6 years ago | |
git-cache | 10 years ago | |
git-cl | 10 years ago | |
git-crrev-parse | 8 years ago | |
git-drover | 10 years ago | |
git-find-releases | 10 years ago | |
git-footers | 10 years ago | |
git-freeze | 10 years ago | |
git-gs | 8 years ago | |
git-hyper-blame | 9 years ago | |
git-map | 10 years ago | |
git-map-branches | 10 years ago | |
git-mark-merge-base | 10 years ago | |
git-nav-downstream | 10 years ago | |
git-nav-upstream | 6 years ago | |
git-new-branch | 10 years ago | |
git-number | 10 years ago | |
git-rebase-update | 10 years ago | |
git-rename-branch | 10 years ago | |
git-reparent-branch | 10 years ago | |
git-retry | 10 years ago | |
git-runhooks | 6 years ago | |
git-squash-branch | 10 years ago | |
git-thaw | 10 years ago | |
git-upstream-diff | 10 years ago | |
git_cache.py | 6 years ago | |
git_cl.py | 6 years ago | |
git_cl_completion.sh | 9 years ago | |
git_common.py | 6 years ago | |
git_dates.py | 9 years ago | |
git_drover.py | 6 years ago | |
git_find_releases.py | 6 years ago | |
git_footers.py | 6 years ago | |
git_freezer.py | 6 years ago | |
git_hyper_blame.py | 6 years ago | |
git_map.py | 6 years ago | |
git_map_branches.py | 6 years ago | |
git_mark_merge_base.py | 6 years ago | |
git_nav_downstream.py | 6 years ago | |
git_new_branch.py | 6 years ago | |
git_number.py | 6 years ago | |
git_rebase_update.py | 6 years ago | |
git_rename_branch.py | 6 years ago | |
git_reparent_branch.py | 6 years ago | |
git_retry.py | 6 years ago | |
git_squash_branch.py | 6 years ago | |
git_upstream_diff.py | 6 years ago | |
gn | 12 years ago | |
gn.bat | 8 years ago | |
gn.py | 6 years ago | |
gsutil.py | 6 years ago | |
gsutil.py.bat | 6 years ago | |
gsutil.vpython | 7 years ago | |
led | 6 years ago | |
led.bat | 8 years ago | |
luci-auth | 6 years ago | |
luci-auth.bat | 7 years ago | |
lucicfg | 6 years ago | |
lucicfg.bat | 6 years ago | |
mac_toolchain | 6 years ago | |
metrics.README.md | 6 years ago | |
metrics.py | 6 years ago | |
metrics_utils.py | 6 years ago | |
my_activity.py | 6 years ago | |
ninja | 6 years ago | |
ninja-linux32 | 8 years ago | |
ninja-linux64 | 8 years ago | |
ninja-mac | 8 years ago | |
ninja.exe | 8 years ago | |
ninjalog.README.md | 6 years ago | |
ninjalog_uploader.py | 6 years ago | |
ninjalog_uploader_wrapper.py | 6 years ago | |
owners.py | 6 years ago | |
owners_finder.py | 6 years ago | |
post_build_ninja_summary.py | 6 years ago | |
presubmit_canned_checks.py | 6 years ago | |
presubmit_support.py | 6 years ago | |
profile.xml | 16 years ago | |
prpc | 6 years ago | |
prpc.bat | 7 years ago | |
pylint | 6 years ago | |
pylint-1.5 | 6 years ago | |
pylint-1.6 | 6 years ago | |
pylint-1.7 | 6 years ago | |
pylint-1.8 | 6 years ago | |
pylint-1.9 | 6 years ago | |
pylint.bat | 6 years ago | |
pylint_main.py | 6 years ago | |
pylintrc | 6 years ago | |
python_runner.sh | 6 years ago | |
repo | 6 years ago | |
roll-dep | 6 years ago | |
roll-dep-svn | 6 years ago | |
roll-dep-svn.bat | 6 years ago | |
roll-dep.bat | 6 years ago | |
roll_dep.py | 6 years ago | |
roll_dep_svn.py | 6 years ago | |
scm.py | 6 years ago | |
setup_color.py | 6 years ago | |
split_cl.py | 6 years ago | |
subcommand.py | 6 years ago | |
subprocess2.py | 6 years ago | |
update_depot_tools | 6 years ago | |
update_depot_tools.bat | 6 years ago | |
update_depot_tools_toggle.py | 8 years ago | |
upload_metrics.py | 6 years ago | |
upload_to_google_storage.py | 6 years ago | |
vpython | 6 years ago | |
vpython.bat | 8 years ago | |
vpython3 | 6 years ago | |
vpython3.bat | 6 years ago | |
watchlists.py | 6 years ago | |
weekly | 6 years ago | |
wtf | 6 years ago | |
yapf | 7 years ago | |
yapf.bat | 7 years ago |
README.md
depot_tools
Tools for working with Chromium development. It requires python 2.7.
Tools
The most important tools are:
fetch
: Agclient
wrapper to checkout a project. Usefetch --help
for more details.gclient
: A meta-checkout tool. Think repo or git submodules, except that it support OS-specific rules, e.g. do not checkout Windows only dependencies when checking out for Android. Usegclient help
for more details and README.gclient.md.git cl
: A code review tool to interact with Rietveld or Gerrit. Usegit cl help
for more details and README.git-cl.md.roll-dep
: A gclient dependency management tool to submit a dep roll, updating a dependency to a newer revision.
There are a lot of git utilities included.
Updating
depot_tools
updates itself automatically when running gclient
tool. To
disable auto update, set the environment variable DEPOT_TOOLS_UPDATE=0
.
To update package manually, run update_depot_tools.bat
on Windows,
or ./update_depot_tools
on Linux or Mac.
On Windows only, running gclient
will install git
and python
.
Contributing
To contribute change for review:
git new-branch <somename>
# Hack
git add .
git commit -a -m "Fixes goat teleporting"
# find reviewers
git cl owners
git log -- <yourfiles>
# Request a review.
git cl upload -r reviewer1@chromium.org,reviewer2@chromium.org --send-mail
# Edit change description if needed.
git cl desc
# If change is approved, flag it to be committed.
git cl set-commit
# If change needs more work.
git rebase-update
...
git cl upload -t "Fixes goat teleporter destination to be Australia"
See also open bugs, open reviews, forum or report problems.
cpplint.py
Until 2018, our cpplint.py
was a copy of the upstream version at
https://github.com/google/styleguide/tree/gh-pages/cpplint. Unfortunately, that
repository is not maintained any more.
If you want to update cpplint.py
in depot_tools
, just upload a patch to do
so. We will figure out a long-term strategy via issue https://crbug.com/916550.
Note that the cpplint.py
here is also used by the Tricium
analyzer,
so if the cpplint.py here changes, we should also update the copy used there.