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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 529733002: Move UMA Media.VideoTrackAdapter.FramesReceived to VideoCaptureController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 899634f2011dd43ab1dbf32a5754ef348805936d..b47b6d8610ceddf173810ec58b4656997448a373 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11677,6 +11677,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Media.VideoCapture.FramesReceived" enum="BooleanReceived">
+ <owner>grunell@chromium.org</owner>
+ <owner>mcasas@chromium.org</owner>
+ <summary>
+ If any frames were received during a video capture session. It's recorded
Ilya Sherman 2014/09/02 20:11:29 nit: "If" -> "Whether"
Ilya Sherman 2014/09/02 20:11:29 nit: "It's" -> "This metric is"
+ when a video source is stopped.
+ </summary>
+</histogram>
+
<histogram name="Media.VideoCapture.Height" units="pixels">
<owner>mcasas@chromium.org</owner>
<summary>
@@ -11749,15 +11758,6 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Metadata rotation in mp4 videos. Emitted during demuxing.</summary>
</histogram>
-<histogram name="Media.VideoTrackAdapter.FramesReceived" enum="BooleanReceived">
Ilya Sherman 2014/09/02 20:11:29 Please mark this histogram as <obsolete> rather th
- <owner>grunell@chromium.org</owner>
- <owner>mcasas@chromium.org</owner>
- <summary>
- If any frames were received during a video capture session. It's recorded
- when a video source is stopped.
- </summary>
-</histogram>
-
<histogram name="Media.VideoVisibleAspectRatio">
<owner>scherkus@chromium.org</owner>
<summary>Visible aspect ratio of HTML5 video.</summary>

Powered by Google App Engine
This is Rietveld 408576698