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

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

Issue 2369673004: Wire NQE Prefs to Profile (Closed)
Patch Set: Added functionality for reading and writing multiple network IDs, Rebased, Addressed Ryan's 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 2b159ee38b2703c644a8f7218ec1ed0e4e300e8e..29555324f93babe8cb6174f2d9501ae2f21992c6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38380,6 +38380,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 network quality prefs were read by the network quality
+ estimator.
+ </summary>
+</histogram>
+
+<histogram name="NQE.Prefs.ReadSizeAtStartUp" units="count">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Count of number of network IDs in the prefs read by the network quality
+ estimator at the time of start up.
+ </summary>
+</histogram>
+
+<histogram name="NQE.Prefs.WriteCount" units="count">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Number of times 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_qualities_prefs_manager.h ('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