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 2398753002: Record UMA stats for subframes history navigations. (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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6b38741b1c42684cbc4efe6a3a8ca52982f8d5a9..1a281a72e0cbdd771be1c8f5afaa01385909a22d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55776,6 +55776,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="SessionRestore.RestoredDifferentSubframeURL"
+ enum="BooleanSuccess">
Ilya Sherman 2016/10/05 22:52:06 Please provide a more specifically relevant enum f
Charlie Reis 2016/10/05 23:12:44 Done.
+ <owner>creis@chromium.org</owner>
+ <summary>
+ How often history navigations in subframes restore a different URL than the
+ frame's default src URL. This indicates how much users rely on subframe
+ session history items.
+ </summary>
+</histogram>
+
+<histogram name="SessionRestore.RestoreSubframeFramePathLength" units="bytes">
+ <owner>creis@chromium.org</owner>
+ <summary>
+ Records the length of unique names that include frame paths, for subframes
+ that are restoring a different URL than the frames default src URL during a
Ilya Sherman 2016/10/05 22:52:06 nit: s/frames/frame's
Charlie Reis 2016/10/05 23:12:44 Done.
+ history navigation. Large values here would indicate a possible challenge
+ for the plan to truncate frame unique names (to save memory).
+ </summary>
+</histogram>
+
<histogram name="SessionRestore.SaveLongPeriod">
<owner>jeremy@chromium.org</owner>
<owner>sky@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698