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

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

Issue 2326913004: Adding UMA stats for Blimp Client (Closed)
Patch Set: dtrainor comments Created 4 years, 3 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 | « blimp/client/core/dummy_blimp_client_context.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
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 84861223fa91abb4d66e030bd5cb516574f70b61..62bdb30b0d8286abea7ea9aa519f68b27802bac4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3776,6 +3776,31 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Blimp.Compositor.CommitSizeKb" units="KB">
+ <owner>shaktisahu@chromium.org</owner>
+ <summary>
+ Records the size of the uncompressed commit messages received by Blimp
+ compositor.
+ </summary>
+</histogram>
+
+<histogram name="Blimp.Connected" enum="BooleanConnected">
+ <owner>shaktisahu@chromium.org</owner>
+ <summary>
+ Records whether connection attempt to the Blimp engine was successful.
+ </summary>
+</histogram>
+
+<histogram name="Blimp.Supported" enum="BooleanSupported">
+ <owner>shaktisahu@chromium.org</owner>
+ <summary>Records whether Blimp is supported.</summary>
+</histogram>
+
+<histogram name="Blimp.Tab.Visible" enum="BooleanVisible">
+ <owner>shaktisahu@chromium.org</owner>
+ <summary>Records whenever a Blimp tab toggles visibility.</summary>
+</histogram>
+
<histogram name="Blink.Binding.InitializeWindowProxy" units="microseconds">
<owner>peria@chromium.org</owner>
<summary>Time spent initializing WindowProxy during a page loading.</summary>
« no previous file with comments | « blimp/client/core/dummy_blimp_client_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698