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

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

Issue 2145613003: NQE: Add accuracy histogram for external estimate provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed bengr comments Created 4 years, 5 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 0fb3604625d680dfc4a3eb3b0c737a1d200a7a76..1d3180a7cc4c1ee7e9cb365fed9485e040a701ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35756,6 +35756,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff"
+ units="ms">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Records the difference between the HTTP RTT estimated by the external
+ estimate provider and the observed HTTP RTT. The HTTP RTT estimated by the
+ external estimate provider at the time of navigation start is compared with
+ the HTTP RTT observed during the specified time interval following the start
+ of the navigation.
+ </summary>
+</histogram>
+
<histogram name="NQE.ExternalEstimateProviderStatus"
enum="NQEExternalEstimateProviderStatus">
<owner>bengr@chromium.org</owner>
@@ -98430,6 +98444,8 @@ To add a new entry, add it with any value and run test to compute valid value.
name="NQE.Accuracy.EffectiveConnectionType.EstimatedObservedDiff"/>
<affected-histogram name="NQE.Accuracy.HttpRTT.EstimatedObservedDiff"/>
<affected-histogram name="NQE.Accuracy.TransportRTT.EstimatedObservedDiff"/>
+ <affected-histogram
+ name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff"/>
</histogram_suffixes>
<histogram_suffixes name="NQE.Accuracy.Metric.AccuracyRecordingIntervals"
@@ -98456,6 +98472,10 @@ To add a new entry, add it with any value and run test to compute valid value.
name="NQE.Accuracy.TransportRTT.EstimatedObservedDiff.Negative"/>
<affected-histogram
name="NQE.Accuracy.TransportRTT.EstimatedObservedDiff.Positive"/>
+ <affected-histogram
+ name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff.Negative"/>
+ <affected-histogram
+ name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff.Positive"/>
</histogram_suffixes>
<histogram_suffixes
@@ -98540,6 +98560,18 @@ To add a new entry, add it with any value and run test to compute valid value.
name="NQE.Accuracy.TransportRTT.EstimatedObservedDiff.Positive.30"/>
<affected-histogram
name="NQE.Accuracy.TransportRTT.EstimatedObservedDiff.Positive.60"/>
+ <affected-histogram
+ name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff.Negative.15"/>
+ <affected-histogram
+ name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff.Negative.30"/>
+ <affected-histogram
+ name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff.Negative.60"/>
+ <affected-histogram
+ name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff.Positive.15"/>
+ <affected-histogram
+ name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff.Positive.30"/>
+ <affected-histogram
+ name="NQE.ExternalEstimateProvider.RTT.Accuracy.EstimatedObservedDiff.Positive.60"/>
</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