Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2061303002: [Autofill] Log the number of profiles considered/removed during dedupe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « components/autofill/core/browser/personal_data_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 7d82ed9ac7d852331421f4eb8e5e04ebc827ac37..8d4e93005d43fa843d4fe7ec77f906afffbbcdcb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2849,6 +2849,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Autofill.NumberOfProfilesConsideredForDedupe" units="profiles">
+ <owner>mathp@chromium.org</owner>
+ <summary>
+ The number of Autofill profiles that have been considered for deduplication.
+ </summary>
+</histogram>
+
+<histogram name="Autofill.NumberOfProfilesRemovedDuringDedupe" units="profiles">
+ <owner>mathp@chromium.org</owner>
+ <summary>
+ The number of Autofill profiles that have been removed during deduplication.
+ </summary>
+</histogram>
+
<histogram name="Autofill.PasswordFormQueryVolume"
enum="PasswordFormQueryVolume">
<owner>dvadym@chromium.org</owner>
« no previous file with comments | « components/autofill/core/browser/personal_data_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698