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

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: Add use counter Created 4 years, 9 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 20ee3380fdc1ccab79819fad4fad0f403a7f034e..826ed31c32341dbeee1473cb657017d54302ee47 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18429,6 +18429,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>
@@ -68863,6 +68870,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1272" label="V8Window_SpeechSynthesis_AttributeGetter"/>
<int value="1273" label="V8IDBFactory_WebkitGetDatabaseNames_Method"/>
<int value="1274" label="ImageDocument"/>
+ <int value="1275" label="ScrollAnchored"/>
</enum>
<enum name="FetchRequestMode" type="int">

Powered by Google App Engine
This is Rietveld 408576698