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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2671993003: Document iOS "Session.*" histograms. (Closed)
Patch Set: Update description. Created 3 years, 10 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 | « no previous file | 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 528401aea54db684e86baf5d0b16221fa7d65db4..db0258319ce14ea934ea95de8bf9efb534e836ed 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -61373,6 +61373,38 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Session.ClosedTabCounts" units="operations">
+ <owner>rohitrao@chromium.org</owner>
+ <summary>
+ The number of tabs closed by the user during the current session
+ (launch/foregrounding to backgrounding).
+
+ This histogram is only logged on iOS when the application is backgrounded.
+ </summary>
+</histogram>
+
+<histogram name="Session.NewTabCounts" units="operations">
+ <owner>rohitrao@chromium.org</owner>
+ <summary>
+ The number of tabs created by the user during the current session
+ (launch/foregrounding to backgrounding).
+
+ This histogram is only logged on iOS when the application is backgrounded.
+ </summary>
+</histogram>
+
+<histogram name="Session.OpenedTabCounts" units="operations">
+ <owner>rohitrao@chromium.org</owner>
+ <summary>
+ The number of times the user changed the active tab (this can happen when
+ manually selecting a new tab, when a pre-rendered tab is made active, when
+ closing the current tab and the next one is selected) during the current
+ session (launch/foregrounding to backgrounding).
+
+ This histogram is only logged on iOS when the application is backgrounded.
+ </summary>
+</histogram>
+
<histogram name="Session.TotalDuration" units="ms">
<owner>mariakhomenko@chromium.org</owner>
<owner>fqian@chromium.org</owner>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698