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

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

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: Created 5 years, 9 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f6bf6b5ba08469b0d56fcffee3df4f282993a176..f32714fe863f06d3c8179bc1b78cce5457c6ee20 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6536,6 +6536,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>
@@ -6548,6 +6558,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>

Powered by Google App Engine
This is Rietveld 408576698