commit | f2d9bc5fa1ab8ecdbb2adbf96641dcd5d03deb0b | [log] [tgz] |
---|---|---|
author | Karol Sygiet <sygiet@google.com> | Mon Aug 26 13:05:47 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 26 13:05:47 2024 |
tree | dbea0cf0d8dec7fe180f5408b6ef08fc6f317353 | |
parent | 2deaf6a87cb734bb0a31e0ce28dbb104ba0fb6c8 [diff] |
Add EditingDistanceOfQuasiDuplicateToken metric This CL introduces a new metric that is recorded on startup. It records the editing distance between incompatible types and splits the records, based on the ProfileDuplicationRank. Metric is recorded by associating the profile that was responsible for the min_incompatible_set with the set itself. This way later it is easy to get the values of the fields that are relevant. Bug: 325452461 Change-Id: I3a7e26b5ae6903948e2cb012358b4e9af5a1e5d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5797407 Commit-Queue: Karol Sygiet <sygiet@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Cr-Commit-Position: refs/heads/main@{#1346682}
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.