commit | 4b86ff6c58f5651a4e2f44abb22d93c3593155cb | [log] [tgz] |
---|---|---|
author | Alexei Svitkine <asvitkine@chromium.org> | Fri Aug 06 15:52:51 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 06 15:52:51 2021 |
tree | 43eb78cb8677786b711bff873aba3b93457aad01 | |
parent | ee17ca1c009ebf049e1ec989768a3db3f6d278ba [diff] |
Add two debug histograms to diagnose UMA count problem. Stability.Experimental.ProcessId logs a mod of the process id to tell us if the duplicate counts we're seeing are coming from the same process or not. Stability.Experimental.RandInt logs a random int [0-999] to help diagnose if the function is being called twice or the values from a single execution are being duplicated. Also extends the related debugging histograms since the problem is still ongoing. Bug: 1176977 Change-Id: I64ae30ecb02f83a6ba492c31cbdeec2cdc5ee9d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3076202 Auto-Submit: Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Reviewed-by: Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#909319}
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.