| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e22ab98ff6c812e948a41928b1116d88fe0b7577..7a68d980730e4e05b42f67319bf0906ea2e796d8 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -35391,6 +35391,52 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram
|
| + name="Startup.Experimental.FirstWebContents.MainFrameLoad.ManyBuckets"
|
| + units="milliseconds">
|
| + <owner>erikchen@chromium.org</owner>
|
| + <summary>
|
| + An experimental metric only collected on the dev and canary channels.
|
| + Measure the elapsed time from process launch to the first main frame load of
|
| + the first web contents. Uses significantly more buckets, with reduced
|
| + ranges.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram
|
| + name="Startup.Experimental.FirstWebContents.MainFrameLoad.StandardBuckets"
|
| + units="milliseconds">
|
| + <owner>erikchen@chromium.org</owner>
|
| + <summary>
|
| + An experimental metric only collected on the dev and canary channels.
|
| + Measure the elapsed time from process launch to the first main frame load of
|
| + the first web contents. Uses standard bucket ranges.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram
|
| + name="Startup.Experimental.FirstWebContents.NonEmptyPaint.ManyBuckets"
|
| + units="milliseconds">
|
| + <owner>erikchen@chromium.org</owner>
|
| + <summary>
|
| + An experimental metric only collected on the dev and canary channels.
|
| + Measure the elapsed time from process launch to the first non-empty paint of
|
| + the first web contents. Uses significantly more buckets, with reduced
|
| + ranges.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram
|
| + name="Startup.Experimental.FirstWebContents.NonEmptyPaint.StandardBuckets"
|
| + units="milliseconds">
|
| + <owner>erikchen@chromium.org</owner>
|
| + <summary>
|
| + An experimental metric only collected on the dev and canary channels.
|
| + Measure the elapsed time from process launch to the first non-empty paint of
|
| + the first web contents. Uses standard bucket ranges.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Startup.Fling.TimeToDisplayVideo" units="milliseconds">
|
| <owner>jeremy@chromium.org</owner>
|
| <summary>
|
|
|