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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2107243003: NQE: Record correlation metric in UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Ilya's 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..00007cdacf2e24a6b4ae051083d776d1782f9e7b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35709,6 +35709,16 @@ 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.
Ilya Sherman 2016/07/21 23:39:51 Please document how the metric is constructed, and
tbansal1 2016/07/22 00:15:44 Done.
+ </summary>
+</histogram>
+
<histogram name="NQE.DifferenceRTTActualAndEstimated" units="ms">
<obsolete>
Replaced in June 2016 by NQE.Accuracy.HttpRTT.* metrics.
« 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