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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1075523002: cc: Add UMA stats for record and raster time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix histograms.xml Created 5 years, 8 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6faf767739fe7c8fe5c0e76489c6382fd6464e18..ec544cbd2d34bf4c6d1f3696b5074d643198fabc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31100,6 +31100,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Renderer4.DisplayListRecordingSourcePixelsPerMs">
+ <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.
@@ -31238,6 +31254,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>
@@ -31273,6 +31304,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>
« cc/resources/display_list_recording_source.cc ('K') | « cc/resources/tile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698