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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2506163002: Increase Web Bluetooth device scanning duration (Closed)
Patch Set: address comments Created 4 years, 1 month 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 | « content/browser/bluetooth/bluetooth_metrics.h ('k') | 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 4e1dd217e61e72b9e2e5c2caa24e46af81b4cdd4..321d244cd640daf716a0af1fec61f9042b5e0e80 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4819,6 +4819,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Bluetooth.Web.RequestDevice.ScanningDuration" units="ms">
+ <owner>jyasskin@chromium.org</owner>
+ <owner>ortuno@chromium.org</owner>
+ <owner>scheib@chromium.org</owner>
+ <owner>juncai@chromium.org</owner>
+ <summary>
+ Records how long it takes for finding at least one Bluetooth device.
ortuno 2016/11/18 00:06:52 I think the description might be wrong?
scheib 2016/11/18 00:07:30 Records the duration scanning for devices is run,
juncai 2016/11/18 00:30:01 Done.
juncai 2016/11/18 00:30:02 Done.
+ </summary>
+</histogram>
+
<histogram name="Bluetooth.Web.RequestDevice.UnionOfServices.Count"
units="services">
<owner>jyasskin@chromium.org</owner>
@@ -104060,6 +104070,7 @@ value.
<int value="16" label="Web Bluetooth kill switch enabled"/>
<int value="17" label="Web Bluetooth chooser event handler invalid"/>
<int value="18" label="Bluetooth Low Energy not available"/>
+ <int value="19" label="Chooser re-scan link pressed."/>
scheib 2016/11/18 00:07:30 This is the wrong location to add this entry. Add
juncai 2016/11/18 00:30:01 In the code review diff it seems that it is under:
</enum>
<enum name="WebBluetoothRSSISignalStrengthLevel" type="int">
« no previous file with comments | « content/browser/bluetooth/bluetooth_metrics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698