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