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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2044403002: 🌽 Split up deferred startup tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ) 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 28d90ca0cba04971f8185933e98c46b9baf60fd6..bd1b3c0d121e0c16cc5e022099d8723d8c110606 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57957,6 +57957,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.
agrieve 2016/06/08 19:02:09 Are these on a background thread already? Or is th
Peter Wen 2016/06/09 17:59:00 Yep, I moved a couple more tasks that weren't depe
+ </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