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

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

Issue 529733002: Move UMA Media.VideoTrackAdapter.FramesReceived to VideoCaptureController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Shermans comments. 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
« no previous file with comments | « content/renderer/media/video_track_adapter.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 899634f2011dd43ab1dbf32a5754ef348805936d..07e2496d876755e2fa17dd3994b77886f81f4ea3 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>
+ Whether any frames were received during a video capture session. This metric
+ is recorded when a video source is stopped.
+ </summary>
+</histogram>
+
<histogram name="Media.VideoCapture.Height" units="pixels">
<owner>mcasas@chromium.org</owner>
<summary>
@@ -11750,6 +11759,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Media.VideoTrackAdapter.FramesReceived" enum="BooleanReceived">
+ <obsolete>
+ Replaced by Media.VideoCapture.FramesReceived 09/2014.
+ </obsolete>
<owner>grunell@chromium.org</owner>
<owner>mcasas@chromium.org</owner>
<summary>
« no previous file with comments | « content/renderer/media/video_track_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698