Chromium Code Reviews| 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"> |
|
Ilya Sherman
2015/04/09 23:53:56
Rather than creating a new "AfterStartupTasks" top
|
| + <owner>michaeln@chromium.org</owner> |
| + <summary> |
| + The number of after startup tasks that were queued prior to startup |
|
Ilya Sherman
2015/04/09 23:53:56
nit: I think "after-startup" might be easier to re
|
| + completion. |
|
Ilya Sherman
2015/04/09 23:53:56
Please document when this is recorded. I assume t
|
| + </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. |
|
Ilya Sherman
2015/04/09 23:53:56
Is this when the first task started to be run, or
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Android.KernelVersion" enum="AndroidKernelVersion"> |
| <owner>rsesek@chromium.org</owner> |
| <summary> |