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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 497913002: Add UMA for droppedframes count (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
« no previous file with comments | « media/base/pipeline.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 a044f20556b4f94ee35c4535ccf96f5174affb68..4a0f042fe521b9694cd0e80f67d952fbbc6830c0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10962,6 +10962,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Media.DroppedFrameCount">
+ <owner>prabhur@chromium.org</owner>
+ <summary>Count of dropped frames between pipeline start and stop.</summary>
Ilya Sherman 2014/08/22 23:53:08 For those of us not familiar with the media code,
prabhur1 2014/08/23 00:23:06 Done.
+</histogram>
Ilya Sherman 2014/08/22 23:53:08 It's often a good idea to compare a failure rate t
prabhur1 2014/08/23 00:23:06 Dropped frame count is expected to be close to 0 i
prabhur1 2014/08/23 00:23:06 Acknowledged.
+
<histogram name="Media.Duration" units="ms">
<owner>scherkus@chromium.org</owner>
<summary>Duration in milliseconds of HTML5 media (when known).</summary>
« no previous file with comments | « media/base/pipeline.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698