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

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

Issue 2540323006: Add webrtc metrics for video pause events to histograms.xml. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | 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 589b88cf8a0a8e62634695db17b413476e9157a3..f770e9631518ebac2638fc6d885e608d5facc9d3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -73405,6 +73405,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebRTC.Video.NumberOfPauseEvents" units="pause events">
+ <owner>asapersson@chromium.org</owner>
+ <summary>
+ The number of times a video stream has been paused/resumed during a call.
+ Recorded when a stream is removed.
+ </summary>
+</histogram>
+
<histogram name="WebRTC.Video.OnewayDelayInMs" units="ms">
<owner>asapersson@chromium.org</owner>
<summary>
@@ -73431,6 +73439,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebRTC.Video.PausedTimeInPercent" units="%">
+ <owner>asapersson@chromium.org</owner>
+ <summary>
+ Percentage of time that the video has been paused for a sent video stream.
+ Recorded when a stream is removed.
+ </summary>
+</histogram>
+
<histogram name="WebRTC.Video.PliPacketsReceivedPerMinute"
units="packets/minute">
<owner>asapersson@chromium.org</owner>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698