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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2769713002: Android - UMA for notification click latency via NotificationJobService
Patch Set: Remove TODO Created 3 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 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>

Powered by Google App Engine
This is Rietveld 408576698