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

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

Issue 2653733002: Android: Re-order deferred async task UMA record (Closed)
Patch Set: New histogram name Created 3 years, 11 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/DeferredStartupHandler.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9b7443f3442abc094d6286847cee261162ae237c..a32602e5f7e2cd9550f252997348cc3d3eca53a2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -70190,6 +70190,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.Debug.EnableCrashUpload.DeferredStartUpAsyncTaskDuration"
+ units="ms">
+ <owner>wnwen@chromium.org</owner>
+ <summary>
+ Measures how much time it took to complete all async deferred startup tasks
+ on the background thread. Only logged on Android.
+ </summary>
+</histogram>
+
<histogram name="UMA.Debug.EnableCrashUpload.DeferredStartUpCompleteTime"
units="ms">
<owner>wnwen@chromium.org</owner>
@@ -70201,6 +70210,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="UMA.Debug.EnableCrashUpload.DeferredStartUpDuration"
units="ms">
+ <obsolete>
+ Deprecated 01/2017 for
+ UMA.Debug.EnableCrashUploadDeferredStartupAsyncTaskDuration.
+ </obsolete>
<owner>wnwen@chromium.org</owner>
<owner>asvitkine@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/DeferredStartupHandler.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698