Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 8a0cd77783e32ca7bbdefc9c9b460d967e38f99a..6e68d5373b89679988a94e1438db47f8a962aad0 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -31144,6 +31144,22 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="Renderer4.DisplayListRecordingSourcePixelsPerMs"> |
|
chrishtr
2015/04/13 19:54:09
Instead of PixelsPerMs, RecordedAreaPerMs to be le
jbroman
2015/04/13 20:52:52
Done. Let me know if the adjusted names are more t
|
| + <owner>paint-dev@chromium.org</owner> |
| + <summary> |
| + Area of recorded content, in pixels, divided by display list update time, in |
| + milliseconds. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Renderer4.DisplayListRecordingSourceUpdateUs" |
| + 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. |
| @@ -31282,6 +31298,21 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="Renderer4.PicturePileUpdatePixelsPerMs"> |
| + <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.PicturePileUpdateUs" 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> |
| @@ -31317,6 +31348,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> |