| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 99d8a56fdf662c12636be11e4ad880676a2d88b1..8e2da0a8a81b1d503525f46625990aed90dffe95 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -65614,6 +65614,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Scheduling.PendingTreeRasterDuration" units="microseconds">
|
| + <owner>khushalsagar@chromium.org</owner>
|
| + <summary>
|
| + Time between starting raster work on the pending tree and when it is ready
|
| + to activate. Unlike PendingTreeDuration which - includes the time to commit
|
| + to this tree, the raster duration and the time for which the pending
|
| + tree waits before it can be activated - this only measures the time taken to
|
| + rasterize tiles required for activation.
|
| +
|
| + The interval is recorded each time we are notifed that a pending tree is
|
| + ready for activation.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Scheduling.PrepareTilesDuration" units="microseconds">
|
| <obsolete>
|
| Replaced by PrepareTIlesDuration2, due to inefficient bucketing scheme.
|
| @@ -87633,6 +87647,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <suffix name="Browser"/>
|
| <suffix name="Renderer"/>
|
| <affected-histogram name="Scheduling.PendingTreeDuration"/>
|
| + <affected-histogram name="Scheduling.PendingTreeRasterDuration"/>
|
| </histogram_suffixes>
|
|
|
| <histogram_suffixes name="CompositorTimingHistoryProcessObsolete" separator="."
|
|
|