Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1135073002: Revert "cc: Add UMA stats for record and raster time." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1f7ad6f405204985db0851d3ca630e044b32d33f..e1d60a0215ee85894fb9ce350a5c9db5d4456cbd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3346,25 +3346,6 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram
- name="Compositing.DisplayListRecordingSource.UpdateInvalidatedAreaPerMs"
- units="pixels/ms">
- <owner>paint-dev@chromium.org</owner>
- <summary>
- Area of invalidated content, in pixels, divided by update (i.e. record), in
- milliseconds. Recorded when display list recording source is updated.
- </summary>
-</histogram>
-
-<histogram name="Compositing.DisplayListRecordingSource.UpdateUs"
- units="microseconds">
- <owner>paint-dev@chromium.org</owner>
- <summary>
- Time spent updating (i.e. recording) a display list, in microseconds.
- Recorded when display list is updated.
- </summary>
-</histogram>
-
<histogram name="Compositing.NumActiveLayers">
<owner>dneto@chromium.org</owner>
<summary>
@@ -3381,39 +3362,6 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram name="Compositing.PicturePile.UpdateInvalidatedAreaPerMs"
- units="pixels/ms">
- <owner>paint-dev@chromium.org</owner>
- <summary>
- Area of invalidated content, in pixels, divided by update (i.e. record), in
- milliseconds. Recorded when picture pile is updated.
- </summary>
-</histogram>
-
-<histogram name="Compositing.PicturePile.UpdateUs" units="microseconds">
- <owner>paint-dev@chromium.org</owner>
- <summary>
- Time spent updating (i.e. recording) a picture pile, in microseconds.
- Recorded when picture pile is updated.
- </summary>
-</histogram>
-
-<histogram name="Compositing.RasterTask.RasterPixelsPerMs" units="pixels/ms">
- <owner>paint-dev@chromium.org</owner>
- <summary>
- Rasterized area, in pixels, divided by rasterization time, in milliseconds,
- of a compositor rasterization task. Recorded after the task finishes.
- </summary>
-</histogram>
-
-<histogram name="Compositing.RasterTask.RasterUs" units="microseconds">
- <owner>paint-dev@chromium.org</owner>
- <summary>
- Time spent completing a compositor rasterization task, in microseconds.
- Recorded after the task finishes.
- </summary>
-</histogram>
-
<histogram name="Compositing.RenderPass.AppendQuadData.NumIncompleteTiles">
<owner>weiliangc@chromium.org.</owner>
<summary>
« no previous file with comments | « cc/resources/tile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698