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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2857093002: Expose changes in the network quality to the renderers (Closed)
Patch Set: nasko comments Created 3 years, 7 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 e70d96f68604095edb1dddee7eb53ea855694a83..8512ca8f5f839de88783249e4ea07247cfce87b2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44386,6 +44386,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NQE.RenderThreadNotified" units="count">
Ilya Sherman 2017/05/09 21:51:25 nit: enum="BooleanHit" would be appropriate here.
tbansal1 2017/05/09 23:49:31 Done.
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Count of the number of times renderers were notified of the changes in the
+ network quality estimator.
Ilya Sherman 2017/05/09 21:51:25 How do you plan to interpret this metric? Is ther
tbansal1 2017/05/09 23:49:31 I plan to evaluate how frequently the notification
Ilya Sherman 2017/05/09 23:55:52 Okay. Could you please add this hint to the histo
tbansal1 2017/05/10 16:46:42 I have expanded on the histogram description. Than
+ </summary>
+</histogram>
+
<histogram name="NQE.RTT" units="ms">
<owner>bengr@chromium.org</owner>
<owner>tbansal@chromium.org</owner>
« content/renderer/render_thread_impl.cc ('K') | « net/nqe/network_quality_estimator_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698