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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 312653003: Adding bluetooth histograms for NCN.CM histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth_histograms
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5e08392296ed9f521091dc10aeef2b70480646db..89a5ff4322c62bf1116768a6b423d01130a4f7ae 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11326,6 +11326,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="NCN.CM.FastestRTTOnBluetooth" units="milliseconds">
+ <owner>pauljensen@chromium.org</owner>
+ <summary>
+ Rough estimate of the fastest round-trip-time seen on a Bluetooth
+ connection, before the NetworkChangeNotifier detected a connectivity change.
Ilya Sherman 2014/06/03 19:19:16 Please document when this metric is recorded. Is
pauljensen 2014/06/09 16:17:54 I thought the "...fastest...seen on a XYZ connecti
Ilya Sherman 2014/06/09 22:14:48 I'd prefer that you add it as an extra sentence.
jkarlin 2014/06/10 14:25:44 Done.
+ </summary>
+</histogram>
+
<histogram name="NCN.CM.FastestRTTOnEthernet" units="milliseconds">
<owner>pauljensen@chromium.org</owner>
<summary>
@@ -11383,6 +11391,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="NCN.CM.FirstReadOnBluetooth" units="milliseconds">
+ <owner>pauljensen@chromium.org</owner>
+ <summary>
+ Time between switching to a Bluetooth connection and receiving the first
+ network data.
+ </summary>
+</histogram>
+
<histogram name="NCN.CM.FirstReadOnEthernet" units="milliseconds">
<owner>pauljensen@chromium.org</owner>
<summary>
@@ -11438,6 +11454,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="NCN.CM.KBTransferedOnBluetooth" units="KB">
+ <owner>pauljensen@chromium.org</owner>
+ <summary>
+ How much data was transfered while connected via a Bluetooth connection,
+ before the NetworkChangeNotifier detected a connectivity change.
Ilya Sherman 2014/06/03 19:19:16 Ditto.
jkarlin 2014/06/10 14:25:44 Done.
+ </summary>
+</histogram>
+
<histogram name="NCN.CM.KBTransferedOnEthernet" units="KB">
<owner>pauljensen@chromium.org</owner>
<summary>
@@ -11495,6 +11519,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="NCN.CM.PeakKbpsOnBluetooth" units="Kbps">
+ <owner>pauljensen@chromium.org</owner>
+ <summary>
+ Rough estimate of peak throughput seen on a Bluetooth connection, before the
+ NetworkChangeNotifier detected a connectivity change.
Ilya Sherman 2014/06/03 19:19:16 Ditto.
jkarlin 2014/06/10 14:25:44 Done.
+ </summary>
+</histogram>
+
<histogram name="NCN.CM.PeakKbpsOnEthernet" units="Kbps">
<owner>pauljensen@chromium.org</owner>
<summary>
@@ -11552,6 +11584,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="NCN.CM.TimeOnBluetooth" units="milliseconds">
+ <owner>pauljensen@chromium.org</owner>
+ <summary>
+ How long was spent connected via a Bluetooth connection, before the
+ NetworkChangeNotifier detected a connectivity change.
Ilya Sherman 2014/06/03 19:19:16 Ditto.
jkarlin 2014/06/10 14:25:44 Done.
+ </summary>
+</histogram>
+
<histogram name="NCN.CM.TimeOnEthernet" units="milliseconds">
<owner>pauljensen@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698