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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2385253002: Split up software and gpu raster time UMA stats (Closed)
Patch Set: Using histogram suffixes Created 4 years, 2 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/tiles/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 9feb3ec0d329b18716865e75508cb92ee9709ac2..9136fad60c4c96aae5c25490edbee54279dfbf7d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -107579,6 +107579,16 @@ value.
<affected-histogram name="Renderer4.Renderer.PartialRasterPercentageSaved"/>
</histogram_suffixes>
+<histogram_suffixes name="RasterTaskType" separator=".">
+ <affected-histogram name="Compositing.Browser.RasterTask.RasterPixelsPerMs"/>
enne (OOO) 2016/10/03 21:44:13 The pretty printer really wanted to put this one f
+ <suffix name="" label="This metric includes both gpu and software raster."/>
+ <suffix name="Gpu" label="This metric is for only gpu raster."/>
+ <suffix name="Software" label="This metric is for only software raster."/>
+ <affected-histogram name="Compositing.Browser.RasterTask.RasterUs"/>
+ <affected-histogram name="Compositing.Renderer.RasterTask.RasterPixelsPerMs"/>
+ <affected-histogram name="Compositing.Renderer.RasterTask.RasterUs"/>
+</histogram_suffixes>
+
<histogram_suffixes name="RemoteProcessWarmStartFast" separator="">
<suffix name="" label="Normal start."/>
<suffix name="Fast"
« no previous file with comments | « cc/tiles/tile_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698