Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 9f40d834e79450ea350d9ae8545cb19ae2e72de7..2aab0b98fe3d1779e354952530fe8f9c52b4608c 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -42175,6 +42175,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Notifications.Android.JobStartDelay" units="ms"> |
| + <owner>awdf@chromium.org</owner> |
| + <summary> |
| + Records the delay between scheduling a job with the JobScheduler (with a |
| + desired latency of 0ms, in response to a notification click) and receiving |
| + the onStartJob callback. |
|
Peter Beverloo
2017/03/22 17:25:24
nit: detail that it's only measured on Android N+
awdf
2017/03/22 18:14:52
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Notifications.AppNotificationStatus" |
| enum="NotificationAppStatus"> |
| <owner>peter@chromium.org</owner> |