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

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

Issue 1399053004: [Sync] Adding revisit logic for typed URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated for Stan's comments. 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
« no previous file with comments | « components/sync_sessions/revisit/typed_url_page_revisit_task_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 6c9afe14ee3818de26e4655012427f0ffc5bb902..d3ef3a74a6872e0572f874b1a10f7124c9a317a3 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 revisits with typed URL data.
+ </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 foreign client.
+ </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>
« no previous file with comments | « components/sync_sessions/revisit/typed_url_page_revisit_task_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698