diff options
author | silberst <silberst@chromium.org> | 2015-04-13 17:54:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-14 00:55:06 +0000 |
commit | 05c38f692a085aeb811bc867b78393441928d8ad (patch) | |
tree | affc197f41777918b1058d8cdbffaab1635ebd65 | |
parent | bd87e797d6f9ba8db300cbf4f4a167f103a4c297 (diff) | |
download | chromium_src-05c38f692a085aeb811bc867b78393441928d8ad.zip chromium_src-05c38f692a085aeb811bc867b78393441928d8ad.tar.gz chromium_src-05c38f692a085aeb811bc867b78393441928d8ad.tar.bz2 |
Added shill histogram to UMA
Added the Network.Shill.Wifi.SignalAtDisconnect histogram to UMA. This
histogram was developed previously, but was not added to UMA.
BUG=476674
Review URL: https://codereview.chromium.org/1080133002
Cr-Commit-Position: refs/heads/master@{#324969}
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index b046237..9d1a438 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -23290,6 +23290,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. </summary> </histogram> +<histogram name="Network.Shill.Wifi.SignalAtDisconnect" units="negative dBm"> + <owner>silberst@chromium.org</owner> + <summary> + Chrome OS network metric indicating the negative of the dBm received signal + strength recorded at the time of a WiFi disconnect. + </summary> +</histogram> + <histogram name="Network.Shill.Wifi.SignalStrength" units="negative dBm"> <owner>quiche@chromium.org</owner> <summary> |