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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2572483003: Record difference between the maximum and minimum wireless signal strength (Closed)
Patch Set: ryansturm comments Created 4 years 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 61c80867ccc36e452c2a53ae1235d6162a276de3..9584a06d7cff5bf6299492a021282a51879867b2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39822,6 +39822,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NQE.CellularSignalStrengthDifference" units="dBm">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Difference between the minimum and the maximum received signal strength
+ since the last connection change event. Recorded only on cellular
+ connections on Android platform when the cellular signal strength was
bengr 2016/12/15 23:19:16 on -> on the was -> is
+ available. Recorded right before a connection change event.
+ </summary>
+</histogram>
+
<histogram name="NQE.Correlation.ResourceLoadTime.0Kb_128Kb">
<owner>tbansal@chromium.org</owner>
<owner>bengr@chromium.org</owner>
« 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