| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index cb839ddfa1dfc80f5a6c9bd40435aa8cf83df69b..a43be4672eed9f4774a2918188699979d97779e5 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -312,6 +312,42 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Android.StrictMode.CheckGooglePlayServicesTime" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from checking if
|
| + Google Play Services is available.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Android.StrictMode.DocumentTabStateLoad" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from document mode
|
| + loading its prioritized tab's state.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Android.StrictMode.DownloadsDir" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from fetching and
|
| + possibly creating the downloads directory.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Android.StrictMode.NotificationUIBuildTime" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from custom
|
| + notification builder through date formatting.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Android.StrictMode.OverrideUrlLoadingTime" units="ms">
|
| <owner>yfriedman@chromium.org</owner>
|
| <owner>wnwen@chromium.org</owner>
|
| @@ -330,6 +366,42 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Android.StrictMode.ThumbnailCacheDir" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from fetching for
|
| + the thumbnail cache directory.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Android.StrictMode.WebappAuthenticatorMac" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from reading the
|
| + mac for a webapp url.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Android.StrictMode.WebappDir" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from fetching for
|
| + creating the webapp directory.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Android.StrictMode.WebappSaveState" units="ms">
|
| + <owner>wnwen@chromium.org</owner>
|
| + <owner>yfriedman@chromium.org</owner>
|
| + <summary>
|
| + Measures the amount of time due to a StrictMode violation from reading and
|
| + saving webapp state.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="AndroidTabCloseUndo.Toast"
|
| enum="AndroidTabCloseUndoToastEvent">
|
| <owner>dtrainor@chromium.org</owner>
|
|
|