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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2034833002: ⛵ Add time measurement for deferred handler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename UMA stat. 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 eeea9193acb9d4e9a4283bcdc7b6759c2d6d35be..c5527e1573b0365ccc1fcc8edf9cdce7f3711336 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -57914,6 +57914,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="UMA.Debug.EnableCrashUpload.DeferredStartUpDuration"
+ units="ms">
+ <owner>wnwen@chromium.org</owner>
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ Measures how much time it took to complete deferred startup tasks on the UI
+ 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