Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 9eaf770b4564faa3ab9514a1a2922310d405c2f8..1d38cc2ae0b66a495a795abdaaa5fc0223eb54b8 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -20675,6 +20675,159 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>Time from boot to sign-in completed.</summary> |
| </histogram> |
| +<histogram name="OOBE.ErrorScreensTime.Enrollment.AuthExtTimeout" |
|
jwd
2014/09/10 15:58:18
You can use the histograms_suffixes feature to mak
Roman Sorokin (ftl)
2014/09/11 15:05:33
Done.
|
| + units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during enrollment or autoenrollment with the |
| + last error screen AuthExtTimeout. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Enrollment.Offline" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during enrollment or autoenrollment with the |
| + last error screen Offline. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Enrollment.Portal" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during enrollment or autoenrollment with the |
| + last error screen Portal. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Enrollment.Proxy" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during enrollment or autoenrollment with the |
| + last error screen Proxy. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Signin.AuthExtTimeout" |
| + units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during signin with the last error screen |
| + AuthExtTimeout. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Signin.Offline" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during signin with the last error screen |
| + Offline. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Signin.Portal" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during signin with the last error screen Portal. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Signin.Proxy" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during signin with the last error screen Proxy. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Supervised.AuthExtTimeout" |
| + units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during supervised user creation with the last |
| + error screen AuthExtTimeout. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Supervised.Offline" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during supervised user creation with the last |
| + error screen Offline. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Supervised.Portal" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during supervised user creation with the last |
| + error screen Portal. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Supervised.Proxy" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during supervised user creation with the last |
| + error screen Proxy. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Update.AuthExtTimeout" |
| + units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during update with the last error screen |
| + AuthExtTimeout. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Update.Offline" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during update with the last error screen |
| + Offline. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Update.Portal" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during update with the last error screen Portal. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.ErrorScreensTime.Update.Proxy" units="milliseconds"> |
| + <owner>rsorokin@chromium.org</owner> |
| + <summary> |
| + Time spent on error screens during update with the last error screen Proxy. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.NetworkErrorShown.Enrollment" enum="NetworkErrorType"> |
| + <owner>rsorokin@google.com</owner> |
| + <summary> |
| + Number of times error screen has appeared during enrollment or |
| + autoenrollment. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.NetworkErrorShown.Signin" enum="NetworkErrorType"> |
| + <owner>rsorokin@google.com</owner> |
| + <summary>Number of times error screen has appeared during signin.</summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.NetworkErrorShown.Supervised" enum="NetworkErrorType"> |
| + <owner>rsorokin@google.com</owner> |
| + <summary> |
| + Number of times error screen has appeared during supervised user creation. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="OOBE.NetworkErrorShown.Update" enum="NetworkErrorType"> |
| + <owner>rsorokin@google.com</owner> |
| + <summary>Number of times error screen has appeared during update.</summary> |
| +</histogram> |
| + |
| <histogram name="OOBE.StepCompletionTime" units="milliseconds"> |
| <owner>merkulova@chromium.org</owner> |
| <summary>Time spent on specific OOBE screen.</summary> |
| @@ -46173,6 +46326,15 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <int value="1" label="User Disconnect"/> |
| </enum> |
| +<enum name="NetworkErrorType" type="int"> |
| + <int value="0" label="Unknown"/> |
| + <int value="1" label="Portal"/> |
| + <int value="2" label="Offline"/> |
| + <int value="3" label="Proxy"/> |
| + <int value="4" label="AuthExtTimeout"/> |
| + <int value="5" label="None"/> |
| +</enum> |
| + |
| <enum name="NetworkLocationRequestEvent" type="int"> |
| <int value="0" label="REQUEST_START"/> |
| <int value="1" label="REQUEST_CANCEL"/> |