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

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

Issue 2651273002: Fixing a histograms.xml typo (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | 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 fe487cc56cde922b9d49ad24b6257a0c1ff98da3..175c423c90db30f7f806a3ff003df1e546959ed0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43336,7 +43336,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.CompressionRatio"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.CompressionRatio"
units="%">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43351,7 +43351,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.Inflation"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.Inflation"
units="KB">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43364,7 +43364,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.InflationPercent"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.InflationPercent"
units="%">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43378,7 +43378,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.NonProxied"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.NonProxied"
units="KB">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43391,7 +43391,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.Original"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.Original"
units="KB">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43404,7 +43404,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.PercentProxied"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.PercentProxied"
units="%">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43417,7 +43417,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.Proxied"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.Proxied"
units="KB">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43430,7 +43430,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Bytes.Network.Savings"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.Savings"
units="KB">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43443,7 +43443,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Requests.Network"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Requests.Network"
units="requests">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43455,7 +43455,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Requests.Network.NonProxied"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Requests.Network.NonProxied"
units="requests">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43468,7 +43468,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Requests.Network.PercentProxied"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Requests.Network.PercentProxied"
units="%">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
@@ -43481,7 +43481,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram
- name="PageLoad.Clients.DataReductionProxy.PageLoad.Experimental.Requests.Network.Proxied"
+ name="PageLoad.Clients.DataReductionProxy.Experimental.Requests.Network.Proxied"
units="requests">
<owner>bengr@chromium.org</owner>
<owner>ryansturm@chromium.org</owner>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698