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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 282493002: cc: Remove AccelContentPaintDurationMS and related histos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 6 years, 7 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/layers/content_layer.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 d9f88bf79c33967ef226bce8c7f3ae866114637e..b12be7f7f289b78f42f4996f7dbd50636023ea50 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21238,7 +21238,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Renderer4.AccelContentPaintDurationMS">
- <owner>wiltzius@chromium.org</owner>
Alexei Svitkine (slow) 2014/05/13 14:50:35 Nit: Actually, can you keep the existing owner tag
+ <obsolete>
+ Deprecated 2014-05 because of impl-side painting.
+ </obsolete>
<summary>
Time spent by WebKit painting the page, in milliseconds, when the GPU
acceleration is active, for paints that affect non-root layers.
@@ -21246,6 +21248,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Renderer4.AccelContentPaintMegapixPerSecond">
+ <obsolete>
+ Deprecated 2014-05 because of impl-side painting.
+ </obsolete>
<owner>wiltzius@chromium.org</owner>
<summary>
WebKit paint throughput, measured in megapixels per second, when GPU
« no previous file with comments | « cc/layers/content_layer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698