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

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: Remove tuple to fix Android compile 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
« no previous file with comments | « 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..0151979a4f450c000a4f14a0de517a7ab04013d1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29696,6 +29696,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Renderer4.LCDText.PercentageOfAALayers" units="%">
+ <obsolete>
+ Deprecated as of 02/2015. No longer generated.
+ </obsolete>
<owner>wiltzius@chromium.org</owner>
<summary>
The ratio of LCDText CC Layers / candidate LCDText layers. Recorded in
@@ -29706,6 +29709,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Renderer4.LCDText.PercentageOfCandidateLayers" units="%">
+ <obsolete>
+ Deprecated as of 02/2015. No longer generated.
+ </obsolete>
<owner>wiltzius@chromium.org</owner>
<summary>
The ratio of CC Layers which are candidates for LCDText AA / total picture
« no previous file with comments | « cc/trees/thread_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698