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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 208813002: Merge 255865 "Changing the UsersPerSession UMA metric to count r..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1847/src/
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/lifetime/application_lifetime.cc ('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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 258628)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -7877,8 +7877,8 @@
The relation of discarded tabs vs. the amount of simultaneous users. The
counts are the number of discards and the buckets are the number of users.
Since the count values are absolute numbers, they need to be normalized
- before use - so divide the counts by the percentage of users found under
- 'MultiProfile.UsersPerSession'.
+ before use - so divide the counts by the percentage of users per session
+ found under 'MultiProfile.UsersPerSessionIncremental'.
</summary>
</histogram>
@@ -7923,12 +7923,25 @@
</histogram>
<histogram name="MultiProfile.UsersPerSession">
+ <obsolete>
+ Deprecated 3/2014, renamed to MultiProfile.UsersPerSessionIncremental.
+ </obsolete>
<summary>
The number of users simultaneously signed into a multiprofile session on
- Chrome OS. This is recorded whenever a new user logs in.
+ Chrome OS. This is recorded upon session end.
</summary>
</histogram>
+<histogram name="MultiProfile.UsersPerSessionIncremental">
+ <summary>
+ The number of users simultaneously signed into a multiprofile session on
+ Chrome OS. This is recorded whenever a user gets added to the session. To
+ get the correct count, all following counts must be subtracted. Example: If
+ 100 single user, 20 two user and 5 three user sessions, there were
+ 100-20-5=75 single user sessions, 100-80=20 dual user sessions and so on.
+ </summary>
+</histogram>
+
<histogram name="Navigation.MainFrameScheme" enum="NavigationScheme">
<summary>The scheme of the URL for each main-frame navigation.</summary>
</histogram>
« no previous file with comments | « chrome/browser/lifetime/application_lifetime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698