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

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

Issue 2107243003: NQE: Record correlation metric in UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added more details to histogram description 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 55e8aab6212052849df22413f478f9b01d909f7b..902adb8d0dd6cbe2c1815d575e1f8d0b0c53ad5f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35757,6 +35757,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NQE.Correlation.ResourceLoadTime.0Kb_128Kb">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Records estimated network quality (estimated RTT, estimated downlink
+ bandwidth), resource load size, and the resource load time in a single UMA
+ sample. This metric is recorded randomly when a resource load finishes. Each
+ sample in this sparse histogram consists of multiple metrics (each occupying
+ few bits in the sample). The data in the histogram would be analyzed using
+ custom scripts. A sample is recorded only when the resource size is between
+ 0 Kilobits (inclusive) and 128 Kilobits (exclusive).
+ </summary>
+</histogram>
+
<histogram name="NQE.DifferenceRTTActualAndEstimated" units="ms">
<obsolete>
Replaced in June 2016 by NQE.Accuracy.HttpRTT.* metrics.
« 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