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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1181743005: Report video and network stats averaged over 1s, and create corresponding UMA metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Chromoting UMA metrics to histograms.xml. Reduce # of buckets for bandwidth to 100. Created 5 years, 5 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8fdb5ab0fa6a2f968a2cb160576894d11dabd0aa..214142658c7ee21ea70313fa71b54217242042eb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3441,6 +3441,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Chromoting.Video.Bandwidth" units="Bytes/second">
+ <owner>anandc@chromium.org</owner>
+ <summary>
+ The bandwidth of non-empty packets in Chromoting remote sessions.
Alexei Svitkine (slow) 2015/07/13 21:30:06 For all of these, mention when / with what frequen
anandc 2015/07/14 19:44:23 Done.
+ </summary>
+</histogram>
+
+<histogram name="Chromoting.Video.FrameRate" units="fps">
+ <owner>anandc@chromium.org</owner>
+ <summary>
+ The frame-rate of non-empty packets in Chromoting remote sessions.
+ </summary>
+</histogram>
+
+<histogram name="Chromoting.Video.PacketRate" units="packets/second">
+ <owner>anandc@chromium.org</owner>
+ <summary>
+ The packets/sec, including empty packets, in Chromoting remote sessions.
+ </summary>
+</histogram>
+
<histogram name="clickjacking.discard_download" units="ms">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
« remoting/client/plugin/chromoting_instance.cc ('K') | « remoting/client/software_video_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698