commit | 2007f2633df29c9befbc1f248d2d3cfae3fac606 | [log] [tgz] |
---|---|---|
author | Minoru Chikamune <chikamune@chromium.org> | Thu Jan 30 12:59:09 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 30 12:59:09 2025 |
tree | 36a60097d71fd3338adfd09b74909d1f3168b449 | |
parent | 809879fbec2c8cfe4b2640e4239581246e7b8d43 [diff] |
Add UMAs to analyse subresource prediction performance Similar to https://crrev.com/c/6179029, this CL adds several UMAs that can be used to analyse subresource prediction performance. This CL also fixes bugs for existing histograms. Internal document: https://docs.google.com/document/d/1D3-BkZg_nzU3WsoOC_bX4sCRODD-lDRz302px-MfXuM/edit?resourcekey=0-8GApraPicHb5BciEi3cIUQ&tab=t.0#heading=h.bo7b0vmh613a OBSOLETE_HISTOGRAM[PageLoad.Clients.LCPP.ImageLoadingPriority.ConfidenceOfLCP2]=Replaced by PageLoad.Clients.LCPP.ImageLoadingPriority.ConfidenceOfActualPositive OBSOLETE_HISTOGRAM[PageLoad.Clients.LCPP.ImageLoadingPriority.ConfidenceOfNonLCP2]=Replaced by PageLoad.Clients.LCPP.ImageLoadingPriority.ConfidenceOfActualNegative OBSOLETE_HISTOGRAM[PageLoad.Clients.LCPP.ImageLoadingPriority.FrequencyOfLCP]=Replaced by PageLoad.Clients.LCPP.ImageLoadingPriority.FrequencyOfActualPositive OBSOLETE_HISTOGRAM[PageLoad.Clients.LCPP.ImageLoadingPriority.FrequencyOfNonLCP]=Replaced by PageLoad.Clients.LCPP.ImageLoadingPriority.FrequencyOfActualNegative Bug: 40063266 Change-Id: I1cc66c7ea78410002160e01c2b0cdfa67ce21e45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6197895 Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/main@{#1413423}
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.