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

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

Issue 2044403002: 🌽 Split up deferred startup tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix findbugs. Created 4 years, 6 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 d054bf931b7ec434308f479ba61fccf4cb829630..28a67fc72bb76e05f3070145a320fa235ea8976b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58145,6 +58145,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.Debug.EnableCrashUpload.DeferredStartUpDurationAsync"
+ units="ms">
+ <owner>wnwen@chromium.org</owner>
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ Measures how much time it took to complete async deferred startup tasks on
+ the background thread. Only logged on Android.
+ </summary>
+</histogram>
+
<histogram name="UMA.Debug.EnableCrashUpload.DeferredStartUptime" units="ms">
<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