Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 1cfa48fbc4b33e07a84cddffee94218413878b39..bf8699d8183738d3d509d1a3822e99abe4e27ef0 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -8073,7 +8073,7 @@ other types of suffix sets. |
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'. |
+ 'MultiProfile.UsersPerSessionIncremental'. |
Mark P
2014/03/06 21:36:33
This was an earlier comment I forgot to publish.
Mr4D (OOO till 08-26)
2014/03/06 23:01:25
As stated in the comment of my CL: there is no way
|
</summary> |
</histogram> |
@@ -8117,10 +8117,13 @@ other types of suffix sets. |
</summary> |
</histogram> |
-<histogram name="MultiProfile.UsersPerSession"> |
+<histogram name="MultiProfile.UsersPerSessionIncremental"> |
James Cook
2014/03/06 19:45:35
You can't rename a stat in histograms.xml. You nee
Mr4D (OOO till 08-26)
2014/03/06 20:15:19
Ahh. I didn't know! Done!
Mark P
2014/03/06 21:36:33
old unpublished comment:
Please mark old histogram
|
<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 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> |