Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index ffdf9a2f78148f65ef0611966dc01648a55f454a..f69dae9a2ba66dac7e1a63204361868cd9dbf099 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -42712,6 +42712,160 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.CompressionRatio" |
| + units="%"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The ratio of network bytes received to network bytes the user would have |
| + seen without data reduction proxy (not including headers) in a page load |
| + that had its main resource was loaded through data reduction proxy. Recorded |
| + as a percent when the user saw savings. Recorded per page load when the user |
|
tbansal1
2017/01/18 22:35:20
"when the user saw savings"
This is not clear. Thi
RyanSturm
2017/01/18 22:57:50
Done.
|
| + navigates away, hides the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.Inflation" |
| + units="KB"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The number of network bytes (not including headers) that the data reduction |
| + proxy inflated for the user in a page load that had its main resource was |
| + loaded through data reduction proxy. Recorded per page load when the user |
| + navigates away, hides the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.InflationRatio" |
| + units="%"> |
|
tbansal1
2017/01/18 22:35:20
Isn't the units ratio times 100?
RyanSturm
2017/01/18 22:57:50
Changed.
|
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The ratio of network bytes the user would have seen without data reduction |
| + proxy to network bytes received (not including headers) in a page load that |
| + had its main resource was loaded through data reduction proxy. Recorded as a |
| + percent when the user saw inflated data. Recorded per page load when the |
| + user navigates away, hides the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.NonProxied" |
| + units="KB"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The number of network bytes that were not fetched through the data reduction |
| + proxy (not including headers) in a page load that had its main resource was |
| + loaded through data reduction proxy. Recorded per page load when the user |
| + navigates away, hides the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.Original" |
| + units="KB"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The number of network bytes (not including headers) that the user would have |
| + seen without using data reduction proxy in a page load that had its main |
| + resource was loaded through data reduction proxy. Recorded per page load |
| + when the user navigates away, hides the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.PercentProxied" |
| + units="%"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The percent of network bytes (not including headers) in a page load that |
| + went through data reduction proxy when the main resource was loaded through |
| + data reduction proxy. Recorded per page load when the user navigates away, |
| + hides the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.Proxied" |
| + units="KB"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The number of network bytes that were fetched through the data reduction |
| + proxy (not including headers) in a page load that had its main resource was |
| + loaded through data reduction proxy. Recorded per page load when the user |
| + navigates away, hides the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.Savings" |
| + units="KB"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The number of network bytes (not including headers) that the data reduction |
| + proxy saved the user in a page load that had its main resource was loaded |
| + through data reduction proxy. Recorded per page load when the user navigates |
| + away, hides the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Requests.Network"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The number of network requests in a page load when the main resource was |
| + loaded through data reduction proxy. Recorded per page load when the user |
| + navigates away, hides the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Requests.Network.NonProxied"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The number of network requests in a page load that were not fetched through |
| + the data reduction proxy when the main resource was loaded through data |
| + reduction proxy. Recorded per page load when the user navigates away, hides |
| + the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Requests.Network.PercentProxied" |
| + units="%"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The percent of network requests in a page load that use data reduction proxy |
| + when the main resource was loaded through data reduction proxy. Recorded per |
| + page load when the user navigates away, hides the tab, or backgrounds the |
| + app. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram |
| + name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Requests.Network.Proxied"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>ryansturm@chromium.org</owner> |
| + <summary> |
| + The number of network requests in a page load that were fetched through the |
| + data reduction proxy when the main resource was loaded through data |
| + reduction proxy. Recorded per page load when the user navigates away, hides |
| + the tab, or backgrounds the app. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="PageLoad.Clients.DocWrite.Block.ReloadCount"> |
| <owner>shivanisha@chromium.org</owner> |
| <owner>bmcquade@chromium.org</owner> |
| @@ -113962,6 +114116,7 @@ value. |
| <affected-histogram name="PageLoad.DocumentTiming.NavigationToFirstLayout"/> |
| <affected-histogram |
| name="PageLoad.DocumentTiming.NavigationToLoadEventFired"/> |
| + <affected-histogram name="PageLoad.Experimental.Bytes.Network"/> |
| <affected-histogram |
| name="PageLoad.Experimental.PaintTiming.NavigationToFirstMeaningfulPaint"/> |
| <affected-histogram |