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

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: Rebased 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
« no previous file with comments | « net/nqe/network_quality_estimator_unittest.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 ca096ba7e740a748cd70b7e244e51facbb1ee469..76e349fe7c8bc288ac2002a7f4eae063d76de144 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35871,6 +35871,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>
@@ -98850,6 +98864,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"
@@ -98876,6 +98892,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
@@ -98960,6 +98980,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=".">
« no previous file with comments | « 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