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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2354963003: Log SANACLAP suppressions (Closed)
Patch Set: Created 4 years, 2 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 | « third_party/WebKit/Source/core/layout/ScrollAnchor.cpp ('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 be722f31d645347ef3d3b9a0f0319d8f2737a2fb..2e8841b445841b1b2dd5e63e27deec4d310a3108 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21108,6 +21108,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Layout.ScrollAnchor.SuppressedBySanaclap" enum="BooleanHit">
+ <owner>ymalik@chromium.org</owner>
+ <summary>
+ Records the number of times scroll anchoring is suppressed because of the
+ SANACLAP bit being set on an ancestor (see bit.ly/sanaclap).
+ </summary>
+</histogram>
+
<histogram name="Layout.ScrollAnchor.TimeToFindAnchor" units="microseconds">
<owner>ymalik@chromium.org</owner>
<summary>The time it took to find a suitable anchor element.</summary>
« no previous file with comments | « third_party/WebKit/Source/core/layout/ScrollAnchor.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698