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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1399053004: [Sync] Adding revisit logic for typed URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6c9afe14ee3818de26e4655012427f0ffc5bb902..37aecee050c20d2dc64a795e8859c1ef2df2254d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45657,6 +45657,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Transition type that didn't match a synced tab.</summary>
</histogram>
+<histogram name="Sync.PageRevisitTypedUrlDuration" units="milliseconds">
+ <owner>skym@chromium.org</owner>
+ <summary>
+ The client side execution time to check for revisists with typed URL data.
rkaplow 2015/10/13 21:02:20 revisits?
skym 2015/10/13 21:06:52 Done.
+ </summary>
+</histogram>
+
+<histogram name="Sync.PageRevisitTypedUrlMatchAge" units="minutes">
+ <owner>skym@chromium.org</owner>
+ <summary>
+ Difference in time between finding the match and the last time this URL was
+ typed on a foriegn client.
rkaplow 2015/10/13 21:02:20 foreign
skym 2015/10/13 21:06:52 Done.
+ </summary>
+</histogram>
+
+<histogram name="Sync.PageRevisitTypedUrlMatchTransition"
+ units="PageVisitTransitionType">
+ <owner>skym@chromium.org</owner>
+ <summary>Transition type that didn't match a typed URL.</summary>
+</histogram>
+
+<histogram name="Sync.PageRevisitTypedUrlMissTransition"
+ units="PageVisitTransitionType">
+ <owner>skym@chromium.org</owner>
+ <summary>Transition type that matched a typed URL.</summary>
+</histogram>
+
<histogram name="Sync.PartiallySyncedTypes">
<owner>zea@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698