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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2956143002: Add UMA metrics for Bluetooth system daemon (Closed)
Patch Set: Add a link to where metrics are added in the commit message. Created 3 years, 5 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 | « tools/metrics/histograms/enums.xml ('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 3de1c34f391660c1b6336f86ec737ecfd58040e4..7e659c27701917a86559dd74ca3edc222e3bcce7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6511,6 +6511,108 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="BlueZ.ReasonOfDisconnection" enum="BlueZReasonOfDisconnection">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the reason of Bluetooth disconnection between the local device and
+ the remote Bluetooth device. This helps us better understand the initiator
+ of disconnection request.
Alexei Svitkine (slow) 2017/06/28 16:58:43 Mention that these are specific to ChromeOS in all
+ </summary>
+</histogram>
+
+<histogram name="BlueZ.ResultOfAdvertisementRegistration"
+ enum="BlueZResultOfAdvertisementRegistration">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the outcomes of advertisement registration. This helps us better
+ understand the persentage of successful advertisements against failures and
+ the causes of failures.
+ </summary>
+</histogram>
+
+<histogram name="BlueZ.ResultOfConnection" enum="BlueZResultOfConnection">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the outcomes of connection requests to remote devices. This helps us
+ better understand the persentage of successful connections against failures
+ and the causes of failures.
+ </summary>
+</histogram>
+
+<histogram name="BlueZ.ResultOfPairing" enum="BlueZResultOfPairing">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the outcomes of pairing with remote devices. This helps us better
+ understand the persentage of successful pairing against failures and the
+ causes of failures.
+ </summary>
+</histogram>
+
+<histogram name="BlueZ.TimeLengthOfAdvertisement" units="seconds">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the duration when the local device is performing Bluetooth
+ advertisment and discoverable as a Bluetooth Low Energy device by other
+ devices. This helps us better understand the amount of successful
+ advertisment sessions and the duration.
+ </summary>
+</histogram>
+
+<histogram name="BlueZ.TimeLengthOfDiscoverable" units="seconds">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the duration when the local device is discoverable by other devices
+ as a Bluetooth classic device. This helps us better understand the amount of
+ requests to expose the local device as a Bluetooth classic device and the
+ duration.
+ </summary>
+</histogram>
+
+<histogram name="BlueZ.TimeLengthOfDiscovering" units="seconds">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the duration for the local device to perform device discovery. This
+ helps us better understand the amount of device discovery request and the
+ duration for users to find the target device.
+ </summary>
+</histogram>
+
+<histogram name="BlueZ.TimeLengthOfPairing" units="seconds">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the duration taken to finish a successful pairing between the local
+ device and a remote Bluetooth device. This helps us better understand the
+ latency of completing Bluetooth pairing.
+ </summary>
+</histogram>
+
+<histogram name="BlueZ.TimeLengthOfSetupConnection" units="seconds">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the duration taken to finish a successful connection between the
+ local device and a remote Bluetooth device. This helps us better understand
+ the latency of connecting to a Bluetooth device.
+ </summary>
+</histogram>
+
+<histogram name="BlueZ.TypeOfDiscovery" enum="BlueZTypeOfDiscovery">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the types of device discovery performed by the local device. This
+ helps us better understand the most common type of device discovery
+ performed.
+ </summary>
+</histogram>
+
+<histogram name="BlueZ.TypeOfFoundDevice" enum="BlueZTypeOfFoundDevice">
+ <owner>mcchou@chromium.org</owner>
+ <summary>
+ Records the types of discovered devices in terms of Bluetooth classic,
+ Bluetooth low energy and Dual-mode supports. This helps us better understand
+ the persentage of Bluetooth devices in terms of type.
+ </summary>
+</histogram>
+
<histogram name="BookmarkManager.NumDragged" units="bookmarks">
<owner>calamity@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698