Chromium Code Reviews| 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> |