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

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 896cf613f63419640cfa9600fc91a8c5ccbb316a..159a24456a351a6008fe3f3eba88b8e2b9231961 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