Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 3f97e5fc1688464e1848ff0edf37615bf2061fc8..d9db0ac7bcf48d57ee4cfd302490ab2bccc6c83a 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -31192,6 +31192,23 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram |
| + name="Renderer4.DisplayListRecordingSourceInvalidatedAreaRecordedPerMs"> |
|
Ilya Sherman
2015/04/14 21:31:50
nit: Please add a units attribute.
Ilya Sherman
2015/04/14 21:31:50
Optional nit: Maybe add a dot ('.') to separate "D
jbroman
2015/04/15 15:18:16
Done.
jbroman
2015/04/15 15:18:16
Added a dot, made the names more structured, and m
|
| + <owner>paint-dev@chromium.org</owner> |
| + <summary> |
| + Area of invalidated content, in pixels, divided by display list update time, |
| + in milliseconds. |
|
Ilya Sherman
2015/04/14 21:31:50
Please document when this is recorded.
jbroman
2015/04/15 15:18:16
Done.
|
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Renderer4.DisplayListRecordingSourceRecordUs" |
| + units="microseconds"> |
| + <owner>paint-dev@chromium.org</owner> |
| + <summary> |
| + Time spent updating (i.e. recording) a display list, in microseconds. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Renderer4.drawPixelCountCulled" units="NormalizedPixels"> |
| <obsolete> |
| Renamed to Renderer4.pixelCountCulled_Draw. |
| @@ -31330,6 +31347,21 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="Renderer4.PicturePileInvalidatedAreaRecordedPerMs"> |
| + <owner>paint-dev@chromium.org</owner> |
| + <summary> |
| + Area of recorded content, in pixels, divided by picture pile update time, in |
| + milliseconds. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Renderer4.PicturePileRecordUs" units="microseconds"> |
| + <owner>paint-dev@chromium.org</owner> |
| + <summary> |
| + Time spent updating (i.e. recording) a picture pile, in microseconds. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Renderer4.pixelCountCulled_Draw" units="NormalizedPixels"> |
| <owner>wiltzius@chromium.org</owner> |
| <summary> |
| @@ -31365,6 +31397,21 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="Renderer4.RasterTaskPixelsPerMs"> |
| + <owner>paint-dev@chromium.org</owner> |
| + <summary> |
| + Rasterized area, in pixels, divided by rasterization time, in milliseconds, |
| + of a compositor rasterization task. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Renderer4.RasterTaskUs" units="microseconds"> |
| + <owner>paint-dev@chromium.org</owner> |
| + <summary> |
| + Time spent completing a compositor rasterization task, in microseconds. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Renderer4.renderPassCount"> |
| <owner>wiltzius@chromium.org</owner> |
| <summary> |