Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 99d8a56fdf662c12636be11e4ad880676a2d88b1..453e6215ee5ab788e8084a29063a33c18b2dbcb1 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -65614,6 +65614,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Scheduling.PendingTreeRasterDuration" |
|
Ilya Sherman
2017/06/22 16:34:42
Did you mean to add this to a histogram_suffixes l
Khushal
2017/06/22 16:53:04
It will only be measured in the renderer, since th
Ilya Sherman
2017/06/22 17:00:10
So, should this histogram name include "Renderer"
Khushal
2017/06/22 17:31:38
Sure. Then I'll just add it with the suffix for Sc
Ilya Sherman
2017/06/22 21:20:45
I mean... the C++ code generates some specific his
|
| + units="microseconds"> |
|
Ilya Sherman
2017/06/22 16:34:42
nit: Please run "git cl format" to fix up the form
Khushal
2017/06/22 16:53:04
I didn't see a warning. In fact running it is touc
Ilya Sherman
2017/06/22 17:00:10
Hmm, that's odd :/ I wonder why the presubmit isn
Khushal
2017/06/22 17:31:38
And its failing on some weird error as well:
Erro
Ilya Sherman
2017/06/22 21:20:45
That should go away if you sync your client. I re
Khushal
2017/06/22 21:55:33
Oh. Thanks for the update.
|
| + <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 |
|
Ilya Sherman
2017/06/22 16:34:42
nit: I'd add a dash here between "PendingTreeDurat
Khushal
2017/06/22 16:53:04
Done.
|
| + 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. |