commit | 1942bde3a3216402d9f44a8cdc3990f634f95ee0 | [log] [tgz] |
---|---|---|
author | Colin Blundell <blundell@chromium.org> | Thu Nov 25 16:16:08 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 25 16:16:08 2021 |
tree | e32b0a72435f5cb6b6da33065062f5ca6448cbeb | |
parent | 0f22a2dcb3aa9809211e193f4094803f2251f8e4 [diff] |
[StartupTabPreloader] Record metrics only when tracking startup metrics Certain recently-added StartupTabPreloader startup latency metrics are not inherently gated on ActivityTabStartupMetricsTracker recording its startup metrics. Examination of the recently-added metrics on canary shows that this makes them unable to be used for comparison with the more general startup metrics (e.g., 99% latency of > 3 minutes rather than the expected < 15 seconds). This CL gates recording of those metrics by ActivityTabStartupMetricsTracker tracking its own startup metrics. Bug: 1258621 Change-Id: I669c00e6d3a665f114d6209575026f641dca5e98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3301044 Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Reviewed-by: Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#945408}
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.