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

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

Issue 949293002: Implement a poor man's PostAfterStartupTask() function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 fc5557ea030a7d5d0acb711eb142c37eca705af5..3ee600220d2624c78ecd30fafe73de98fbbc086f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -247,6 +247,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="AfterStartupTasks.Count">
+ <owner>michaeln@chromium.org</owner>
+ <summary>
+ The number of after startup tasks that were queued prior to startup
+ completion.
+ </summary>
+</histogram>
+
+<histogram name="AfterStartupTasks.DelayedUntilTime" units="milliseconds">
+ <owner>michaeln@chromium.org</owner>
+ <summary>
+ Time from the process creation until after startup tasks were run.
+ </summary>
+</histogram>
+
<histogram name="Android.KernelVersion" enum="AndroidKernelVersion">
<owner>rsesek@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698