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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1515153003: Enable chrome://gcm-internals on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 b4d637fa8986b8c5ea82c7c4958fd14df0a2ec7a..5cb17a7bb9f02734ccfe56ab22710f106ba0c2ca 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14371,6 +14371,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GCM.DataMessageReceived" units="messages">
Alexei Svitkine (slow) 2015/12/17 18:20:52 Looks like this is logged via: UMA_HISTOGRAM_COUN
Peter Beverloo 2015/12/18 17:19:17 Ah, got it! Changed.
Alexei Svitkine (slow) 2015/12/18 19:18:42 Okay. My other issue with these histogram is they
+ <owner>jianli@chromium.org</owner>
+ <owner>peter@chromium.org</owner>
+ <summary>Total number of GCM data messages received.</summary>
+</histogram>
+
<histogram name="GCM.FirstReceivedDataMessageLatencyAfterConnection"
units="milliseconds">
<owner>juyik@chromium.org</owner>
@@ -14452,6 +14458,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GCM.RegistrationRequest" units="requests">
+ <owner>jianli@chromium.org</owner>
+ <owner>peter@chromium.org</owner>
+ <summary>Total number of GCM registration requests.</summary>
jianli 2015/12/18 00:10:00 Mark this Android only if this is only intended fo
Peter Beverloo 2015/12/18 17:19:17 The desktop version already records these.
+</histogram>
+
<histogram name="GCM.RegistrationRequestStatus"
enum="GCMRegistrationRequestStatus">
<owner>juyik@chromium.org</owner>
@@ -14534,6 +14546,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GCM.UnregistrationRequest" units="requests">
+ <owner>jianli@chromium.org</owner>
+ <owner>peter@chromium.org</owner>
+ <summary>Total number of GCM unregistration requests.</summary>
+</histogram>
+
<histogram name="GCM.UnregistrationRequestStatus"
enum="GCMUnregistrationRequestStatus">
<owner>juyik@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698