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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1022233002: [Smart Lock] Add UMA metrics to measure duration of unlock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hook into the existing PowerMonitor observer Created 5 years, 8 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 | « chrome/browser/signin/easy_unlock_service_signin_chromeos.cc ('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 87270d9871c8e1204216fbf755ad2850a8e3713c..4a306d3e0a73ce51389a8d44dd65be1103c397a8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6583,6 +6583,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="EasyUnlock.AuthEvent.SignIn.Duration" units="ms">
+ <owner>isherman@google.com</owner>
+ <owner>tengs@google.com</owner>
+ <owner>xiaowenx@google.com</owner>
+ <summary>
+ Measures the time elapsed between the user focusing her user pod and signing
+ in using Smart Lock.
+ </summary>
+</histogram>
+
<histogram name="EasyUnlock.AuthEvent.Unlock" enum="EasyUnlockAuthEvent">
<owner>isherman@google.com</owner>
<owner>xiaowenx@google.com</owner>
@@ -6595,6 +6605,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="EasyUnlock.AuthEvent.Unlock.Duration" units="ms">
+ <owner>isherman@google.com</owner>
+ <owner>tengs@google.com</owner>
+ <owner>xiaowenx@google.com</owner>
+ <summary>
+ Measures the time elapsed between the lock screen being shown and the user
+ unlocking the device using Smart Lock. The lock screen is typically shown
+ when the user opens her Chromebook's lid (or otherwise wakes the computer),
+ but can also be shown when the user manually locks the device.
+ </summary>
+</histogram>
+
<histogram name="EasyUnlock.AuthProximity.RemoteDeviceModelHash"
enum="EasyUnlockDeviceModelHash">
<owner>tengs@chromium.org</owner>
« no previous file with comments | « chrome/browser/signin/easy_unlock_service_signin_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698