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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1059803003: Obsolete Renderer.LayoutMs, Renderer.LineLayoutMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: obsolete Created 5 years, 8 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 | « no previous file | 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 98866dffabe5a2ea0ec3564bbe976135dc4b4b13..25d41f413e4855c15d6e2716da5f46a6502aeed2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31200,6 +31200,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Renderer.LayoutMs" units="milliseconds">
+ <obsolete>
+ Deprecated as of 3/2015.
+ </obsolete>
<owner>benjhayden@chromium.org</owner>
<summary>
Duration of the FrameView::performLayout trace event, which occurs at most
@@ -31208,6 +31211,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Renderer.LineLayoutMs" units="milliseconds">
+ <obsolete>
+ Deprecated as of 3/2015.
+ </obsolete>
<owner>benjhayden@chromium.org</owner>
<summary>
Amount of time spent doing line layout during FrameView::performLayout.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698