summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-04 01:26:19 +0000
committerenne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-04 01:26:19 +0000
commit346d94253d9b34fa48135eb4c3a3e254ac95ac3d (patch)
tree10830f76838de54eaf53365263dc6ecde69e95bd
parente1ed52ebfa73ca295ee6a34ee9ee2bfde1a49156 (diff)
downloadchromium_src-346d94253d9b34fa48135eb4c3a3e254ac95ac3d.zip
chromium_src-346d94253d9b34fa48135eb4c3a3e254ac95ac3d.tar.gz
chromium_src-346d94253d9b34fa48135eb4c3a3e254ac95ac3d.tar.bz2
Add Renderer4.InvalidationRegion* uma stat to histograms
R=isherman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/25353008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226922 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/metrics/histograms/histograms.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 0853a94..f5c6d63 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13974,6 +13974,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Renderer4.InvalidationRegionApproximateRectCount"
+ units="rects">
+ <summary>
+ Number of rects inside of a PictureLayer's invalidation region per commit.
+ </summary>
+</histogram>
+
<histogram name="Renderer4.LanguageDetection" units="milliseconds">
<summary>
Time to determine the page language. This is done after the page has been