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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2710973003: Record RTT prediction accuracy when using average algorithms (Closed)
Patch Set: Created 3 years, 10 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 86869a435ce1fb5ee9a688b389ca56f5a3779b27..6b33eb50295eaefb39c406191a96bea20adda293 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41674,6 +41674,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NQE.WeightedAverage.Accuracy.HttpRTT.EstimatedObservedDiff"
+ units="ms">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Records the difference between the estimated HTTP RTT and the observed HTTP
+ RTT. HTTP RTT estimated by the network quality estimator at the time of
+ navigation start is compared with the HTTP RTT observed during the specified
+ time interval following the start of the navigation. Both the estimated and
+ the observed RTT are computed using weighted average algorithm.
+ </summary>
+</histogram>
+
+<histogram name="NQE.WeightedAverage.MainFrame.RTT" units="ms">
+ <owner>bengr@chromium.org</owner>
+ <owner>tbansal@chromium.org</owner>
+ <summary>
+ Rough estimate of the computed round trip time at the URLRequest layer
+ computed using weighted average algorithm.
+
+ This metric is recorded on main-frame requests.
+ </summary>
+</histogram>
+
<histogram name="ntp.searchurls.total">
<obsolete>
Deprecated 04/2016 as doesn't have data nor owner.
@@ -116881,6 +116905,8 @@ value.
<affected-histogram name="NQE.Accuracy.TransportRTT.EstimatedObservedDiff"/>
<affected-histogram
name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff"/>
+ <affected-histogram
+ name="NQE.WeightedAverage.Accuracy.HttpRTT.EstimatedObservedDiff"/>
</histogram_suffixes>
<histogram_suffixes name="NQE.Accuracy.Metric.AccuracyRecordingIntervals"
@@ -116919,6 +116945,10 @@ value.
name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff.Negative"/>
<affected-histogram
name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff.Positive"/>
+ <affected-histogram
+ name="NQE.WeightedAverage.Accuracy.HttpRTT.EstimatedObservedDiff.Negative"/>
+ <affected-histogram
+ name="NQE.WeightedAverage.Accuracy.HttpRTT.EstimatedObservedDiff.Positive"/>
</histogram_suffixes>
<histogram_suffixes
@@ -117095,6 +117125,10 @@ value.
Deprecated 01/2017.
</obsolete>
</affected-histogram>
+ <affected-histogram
+ name="NQE.WeightedAverage.Accuracy.HttpRTT.EstimatedObservedDiff.Negative.15"/>
+ <affected-histogram
+ name="NQE.WeightedAverage.Accuracy.HttpRTT.EstimatedObservedDiff.Positive.15"/>
</histogram_suffixes>
<histogram_suffixes name="NQE.DifferentPercentiles" separator=".">
« net/nqe/network_quality_estimator.cc ('K') | « net/nqe/network_quality_estimator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698