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

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

Issue 2744983002: [Page Load Metrics] Add page load metrics for omnibox. (Closed)
Patch Set: Addressed comments Created 3 years, 9 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 | « chrome/browser/page_load_metrics/page_load_metrics_initialize.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 cd3b6aa443b104aa05784f81d3a4678e95b541f8..e0dc757ab290a8761933233fbc953e631bd34739 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44771,6 +44771,55 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Omnibox.SuggestionUsed.Search.Experimental.ForegroundToFirstMeaningfulPaint.Prerender"
+ units="ms">
+ <summary>
+ Measures the time from the page first appearing in the foreground to its
+ first meaningful paint. Only recorded on navigations that use a prerender
+ that is to a search query suggestion selected from the omnibox.
+ </summary>
+</histogram>
+
+<histogram
+ name="Omnibox.SuggestionUsed.Search.Experimental.NavigationToFirstMeaningfulPaint"
+ units="ms">
+ <summary>
+ Measures the time from navigation start to first meaningful paint. Only
+ recorded for a search query suggestion selected from the omnibox.
+ </summary>
+</histogram>
+
+<histogram
+ name="Omnibox.SuggestionUsed.Search.ForegroundToFirstContentfulPaint.Prerender"
+ units="ms">
+ <summary>
+ Measures the time from the page first appearing in the foreground to its
+ first contentful paint. Only recorded on navigations that use a prerender
+ that is to a search query suggestion selected from the omnibox.
+ </summary>
+</histogram>
+
+<histogram
+ name="Omnibox.SuggestionUsed.Search.NavigationToFirstContentfulPaint"
+ units="ms">
+ <summary>
+ Measures the time from navigation start to first contentful paint. Only
+ recorded for a search query suggestion selected from the omnibox.
+ </summary>
+</histogram>
+
+<histogram
+ name="Omnibox.SuggestionUsed.Search.NavigationToFirstForeground.Prerender"
+ units="ms">
+ <summary>
+ Measures the time from a page being navigated to in prerender to it first
+ showing up in foreground. Only recorded on navigations that used a prerender
+ that was to a search query suggestion selected from the omnibox. This is
+ only recorded on pages that experience a first contentful paint.
+ </summary>
+</histogram>
+
<histogram name="Omnibox.SuggestionUsed.SearchVsUrl"
enum="OmniboxSummarizedResultType">
<owner>mpearson@google.com</owner>
@@ -44780,6 +44829,54 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Omnibox.SuggestionUsed.URL.Experimental.ForegroundToFirstMeaningfulPaint.Prerender"
+ units="ms">
+ <summary>
+ Measures the time from the page first appearing in the foreground to its
+ first meaningful paint. Only recorded on navigations that use a prerender
+ that is to a URL suggestion selected from the omnibox.
+ </summary>
+</histogram>
+
+<histogram
+ name="Omnibox.SuggestionUsed.URL.Experimental.NavigationToFirstMeaningfulPaint"
+ units="ms">
+ <summary>
+ Measures the time from navigation start to first meaningful paint. Only
+ recorded for a URL suggestion selected from the omnibox.
+ </summary>
+</histogram>
+
+<histogram
+ name="Omnibox.SuggestionUsed.URL.ForegroundToFirstContentfulPaint.Prerender"
+ units="ms">
+ <summary>
+ Measures the time from the page first appearing in the foreground to its
+ first contentful paint. Only recorded on navigations that use a prerender
+ that is to a URL suggestion selected from the omnibox.
+ </summary>
+</histogram>
+
+<histogram name="Omnibox.SuggestionUsed.URL.NavigationToFirstContentfulPaint"
+ units="ms">
+ <summary>
+ Measures the time from navigation start to first contentful paint. Only
+ recorded for a URL suggestion selected from the omnibox.
+ </summary>
+</histogram>
+
+<histogram
+ name="Omnibox.SuggestionUsed.URL.NavigationToFirstForeground.Prerender"
+ units="ms">
+ <summary>
+ Measures the time from a page being navigated to in prerender to it first
+ showing up in foreground. Only recorded on navigations that used a prerender
+ that was to a URL suggestion selected from the omnibox. This is only
+ recorded on pages that experience a first contentful paint.
+ </summary>
+</histogram>
+
<histogram name="Omnibox.SuggestRequest.Failure.GoogleResponseTime" units="ms">
<owner>mpearson@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_initialize.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698