commit | ed453dc6037b1c01c14abdde6a38a8b61c946f93 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Wed Mar 30 07:16:20 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 30 07:16:20 2022 |
tree | dfa1dc20b2a2a1801fe39e96b625a170552a2d5d | |
parent | 6a947c2fcd1d404449cc269bc81f78f649a30f6a [diff] |
[Prefetch] Add metrics related to PrefetchJob queueing This CL adds metrics to help us gain insight into PrefetchManager's queueing of requested preresolve jobs: - The amount of time that a PrefetchJob spends queued - The length of the queue at the time that PrefetchManager processes it These metrics will help us gain insight into whether and how to experiment with changing PrefetchManager's logic for when to stop processing jobs from the queue in a given iteration. Bug: 1257582 Change-Id: I080167f805e9a969aef1fb12ee702a1d746ca6d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3557371 Reviewed-by: Tarun Bansal <tbansal@chromium.org> Reviewed-by: Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#986880}
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.