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

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

Issue 282493002: cc: Remove AccelContentPaintDurationMS and related histos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit changes 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..be34a86238c659f6c55477c7bdd907de4f6dde69 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21238,6 +21238,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Renderer4.AccelContentPaintDurationMS">
+ <obsolete>
+ Deprecated 2014-05 because of impl-side painting.
+ </obsolete>
<owner>wiltzius@chromium.org</owner>
<summary>
Time spent by WebKit painting the page, in milliseconds, when the GPU
@@ -21246,6 +21249,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