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> |