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

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

Issue 1897903002: Record how frequently EEP provides valid estimates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 2b3e0a437a3d5d2ef7fd03ae63e7c67d2880695f..87b2251014fdc1604ef2f5603edeefc0d4996619 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -78311,6 +78311,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="2" label="External estimate provider was queried"/>
<int value="3" label="Query to external estimate provider was successful"/>
<int value="4" label="Callback received from external estimate provider"/>
+ <int value="5" label="RTT was available from the external estimate provider"/>
+ <int value="6"
+ label="Downlink bandwidth was available from the external estimate
+ provider"/>
</enum>
<enum name="NtpFollowAction" type="int">

Powered by Google App Engine
This is Rietveld 408576698