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

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

Issue 1889873005: Record Lo-Fi NQE prediction accuracy at different intervals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed asvitkine comments Created 4 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
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.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 2b3e0a437a3d5d2ef7fd03ae63e7c67d2880695f..cea2295cdef5df4c5db2805ac92347938bdf835e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6748,6 +6748,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
enum="DataReductionProxyAutoLoFiAccuracy">
<owner>bengr@chromium.org</owner>
<owner>tbansal@chromium.org</owner>
+ <obsolete>
+ Replaced by DataReductionProxy.LoFi.Accuracy.
+ </obsolete>
<summary>
Counts the accuracy of estimated network quality when using Lo-Fi. Counters
are incremented when a main frame URL request is handled by Data Reduction
@@ -7108,6 +7111,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Size of Data Reduction Proxy LevelDB measured at startup.</summary>
</histogram>
+<histogram name="DataReductionProxy.LoFi.Accuracy"
+ enum="DataReductionProxyAutoLoFiAccuracy">
+ <owner>bengr@chromium.org</owner>
+ <owner>tbansal@chromium.org</owner>
+ <summary>
+ Records the accuracy of estimated network quality when using Lo-Fi. Network
+ quality predicted at the time of navigation start is compared with the
+ network quality observed during the specified time interval following the
+ start of the navigation. This metric is recorded only when the session is in
+ Lo-Fi enabled field trial.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.LoFi.ImplicitOptOutAction"
enum="DataReductionProxyLoFiImplicitOptOutAction">
<owner>bengr@chromium.org</owner>
@@ -88239,6 +88255,18 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="PLT.PT_StartToFinish"/>
</histogram_suffixes>
+<histogram_suffixes
+ name="DataReductionProxy.LoFi.Accuracy.DifferentRecordingIntervals"
+ separator=".">
+ <suffix name="15"
+ label="Recorded approximately 15 seconds after navigation start"/>
+ <suffix name="30"
+ label="Recorded approximately 30 seconds after navigation start"/>
+ <suffix name="60"
+ label="Recorded approximately 60 seconds after navigation start"/>
+ <affected-histogram name="DataReductionProxy.LoFi.Accuracy"/>
+</histogram_suffixes>
+
<histogram_suffixes name="DataReductionProxy.MimeType">
<suffix name="Application" label="Application mime-type"/>
<suffix name="Unknown"
@@ -88269,7 +88297,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="None" label="With no detected network"/>
<suffix name="Bluetooth" label="On Bluetooth network"/>
<affected-histogram name="DataReductionProxy.AutoLoFiAccuracy"/>
+ <obsolete>
+ Replaced by DataReductionProxy.LoFi.Accuracy.
+ </obsolete>
<affected-histogram name="DataReductionProxy.AutoLoFiRequestHeaderState"/>
+ <affected-histogram name="DataReductionProxy.LoFi.Accuracy.15"/>
+ <affected-histogram name="DataReductionProxy.LoFi.Accuracy.30"/>
+ <affected-histogram name="DataReductionProxy.LoFi.Accuracy.60"/>
<affected-histogram name="DataReductionProxy.LoFi.ImplicitOptOutAction"/>
</histogram_suffixes>
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698