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> |