commit | 774fd1f32a79aa8bb255ca53bd834695913f8629 | [log] [tgz] |
---|---|---|
author | Dustin J. Mitchell <djmitche@chromium.org> | Wed Oct 02 14:34:00 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 02 14:34:00 2024 |
tree | ea55e5ef29a10a707c60c2e63dd03e963ae6ca6b | |
parent | 247892e3d4703f129e125152cf4a50d87de9952c [diff] |
Measure proxy connection times This was previously measured in `Net.HttpProxy.ConnectLatency.*`, but that metric is expired and does not contain sufficient variants to support QUIC. The new metrics measure only the connection latency to the first proxy in a chain (that is, the proxy to which Chrome connects directly). Such a connection may occur either in `QuicSessionPool` or in `HttpProxyConnectJob`. Best practices for metrics dictate that they be logged in only one place, so `QuicSessionPool` uses `HttpConnectJob::EmitConnectLatency` for this purpose. Bug: 368087172 Change-Id: I0a06c477b68209f3a8bd130dfb6c7062e74ba30c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5892225 Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> Reviewed-by: Adam Rice <ricea@chromium.org> Commit-Queue: Dustin Mitchell <djmitche@chromium.org> Cr-Commit-Position: refs/heads/main@{#1363028}
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.
If you found a bug, please file it at https://crbug.com/new.