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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 913203006: cc: Calculate "can use lcd text" on the compositor thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Param passed to UDP Created 5 years, 10 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
« cc/trees/single_thread_proxy.cc ('K') | « cc/trees/thread_proxy.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 bc94c61a0695ada9ac474e49eb17826e54ce7075..ac97d4ef9629ee82fb6890146a6f4d44c0e12972 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29695,26 +29695,6 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
-<histogram name="Renderer4.LCDText.PercentageOfAALayers" units="%">
- <owner>wiltzius@chromium.org</owner>
- <summary>
- The ratio of LCDText CC Layers / candidate LCDText layers. Recorded in
- LayerTreeHost, after LayerTreeHostCommon::CalculateDrawProperties() has
- computed the properties we need. Only recorded for the first 50 frames of
- every page.
- </summary>
-</histogram>
-
-<histogram name="Renderer4.LCDText.PercentageOfCandidateLayers" units="%">
- <owner>wiltzius@chromium.org</owner>
- <summary>
- The ratio of CC Layers which are candidates for LCDText AA / total picture
- or content Layers. Recorded in LayerTreeHost, after
- LayerTreeHostCommon::CalculateDrawProperties() has computed the properties
- we need. Only recorded for the first 50 frames of every page.
- </summary>
-</histogram>
-
<histogram name="Renderer4.LoadType" enum="LoadType">
<owner>wiltzius@chromium.org</owner>
<summary>
« cc/trees/single_thread_proxy.cc ('K') | « cc/trees/thread_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698