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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1827793004: Add initial UMA metrics for ScrollAnchoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase master Created 4 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 | « third_party/WebKit/Source/platform/testing/HistogramTester.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 2248c43d882174c4dff5972cc5b9a6fa163993d1..69f0fe4a4cbc4373faf8cb616b5cb0a42153a331 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18484,6 +18484,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Layout.ScrollAnchor.AdjustedScrollOffset" enum="BooleanHit">
+ <owner>skobes@chromium.org</owner>
+ <summary>
+ Records the number of times ScrollAnchor adjusts the scroll offset.
+ </summary>
+</histogram>
+
<histogram name="LevelDB.Open" enum="LevelDBStatus">
<owner>cmumford@chromium.org</owner>
<summary>The result of an open attempt of a leveldb.</summary>
@@ -69049,6 +69056,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1275" label="ScriptPassesCSPDynamic"/>
<int value="1276" label="ScriptPassesCSPNonce"/>
<int value="1277" label="CSPWithUnsafeDynamic"/>
+ <int value="1278" label="ScrollAnchored"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/platform/testing/HistogramTester.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698