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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2936723002: Report frequency of single page app navigations to UMA (Closed)
Patch Set: add DCHECK, remove others as a category Created 3 years, 6 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 283764be1bfafc909eb53e15c8daee43058f5cfd..b6c8e4c9e9cb61ac2c77cfc854289f77b6ce99dd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -60388,6 +60388,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="RendererScheduler.UpdateForSameDocumentNavigationCount"
+ enum="SinglePageAppNavigationType">
+ <owner>maxlg@chromium.org</owner>
+ <summary>
+ The count of same-document-navigations divided by whether it is the
tdresser 2017/06/21 14:45:00 "divided" implies mathematical division. Perhaps
Liquan (Max) Gu 2017/06/26 14:52:21 Done.
+ same-document backward/forward navigation, history API navigation, or other
+ fragment navigation.
+ </summary>
+</histogram>
+
<histogram name="RendererScheduler.UserModel.GestureDuration" units="ms">
<owner>alexclarke@chromium.org</owner>
<summary>Duration of gestures (scrolls and pinches).</summary>
« third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698