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

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

Issue 2369673004: Wire NQE Prefs to Profile (Closed)
Patch Set: Addressed bengr comments Created 4 years, 2 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 9d00901a8d18cb0f51b705b2daf771e47e753501..df100edbaf75972845eed100b6e557976a5a9f12 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38449,6 +38449,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NQE.Prefs.ReadCount" units="count">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Number of times the network quality prefs were read by the network quality
+ estimator.
+ </summary>
+</histogram>
+
+<histogram name="NQE.Prefs.ReadSize" units="count">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Count of the number of network IDs in the prefs read by the network quality
+ estimator.
+ </summary>
+</histogram>
+
+<histogram name="NQE.Prefs.WriteCount" units="count">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Number of times the network quality prefs were written by the network
+ quality estimator.
+ </summary>
+</histogram>
+
<histogram name="NQE.RatioEstimatedToActualRTT" units="100 times">
<obsolete>
Replaced in June 2016 by NQE.Accuracy.HttpRTT.* metrics.
« net/nqe/network_quality_estimator.cc ('K') | « net/nqe/network_quality_estimator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698