commit | 07c6c82b42752309e62c8448d54c411d19251c03 | [log] [tgz] |
---|---|---|
author | Clark DuVall <cduvall@chromium.org> | Tue Mar 16 06:09:46 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 16 06:09:46 2021 |
tree | b8568120077ee1b16cbec7388d45699f2c6f76af | |
parent | 432f33c81028d785e2ac31719e63cd656a9559ca [diff] |
Add histograms to track URLLoaderThrottle execution and defer times This will allow us to check if there are any URLLoaderThrottle stages which are holding up requests in the field. Bug: 1187753 Change-Id: I155a1fa4d0d2b0d5900b2619edf7bca3578e76f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2762556 Commit-Queue: Clark DuVall <cduvall@chromium.org> Reviewed-by: Weilun Shi <sweilun@chromium.org> Reviewed-by: John Abd-El-Malek <jam@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#863161}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.