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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2744983002: [Page Load Metrics] Add page load metrics for omnibox. (Closed)
Patch Set: addressed comments Created 3 years, 8 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 e0f7bc302ed1e6f2df7e654211077c1af2e0b057..61bad52a3e4efbe069dbf8f8a97ed4b4951394e3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44715,6 +44715,54 @@ 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.
Mark P 2017/04/03 23:19:15 Can you please add that this is only recorded on p
lpy 2017/04/04 01:32:53 Done.
+ </summary>
+</histogram>
+
<histogram name="Omnibox.SuggestionUsed.SearchVsUrl"
enum="OmniboxSummarizedResultType">
<owner>mpearson@google.com</owner>
@@ -44724,6 +44772,53 @@ 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.
+ </summary>
+</histogram>
+
<histogram name="Omnibox.SuggestRequest.Failure.GoogleResponseTime" units="ms">
<owner>mpearson@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698