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

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

Issue 14827002: Report timing statistics for audio controller methods via UMA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove DISALLOW... Created 7 years, 7 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:
View side-by-side diff with in-line comments
Download patch
« media/base/scoped_histogram_timer.h ('K') | « media/media.gyp ('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 fe74e916040867cd9fb5bb3a5ec3373e2e413133..b04f0f80fff34263c69bca5e17ebc6062a5c80ad 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1012,6 +1012,55 @@ other types of suffix sets.
<summary>The version of glibc used. (Linux only)</summary>
</histogram>
+<histogram name="Media.AudioInputController.CloseTime" units="ms">
jar (doing other things) 2013/05/14 01:43:57 nit: These all look almost the same... and you can
DaleCurtis 2013/05/15 01:30:31 Done.
+ <summary>
+ Measures the time taken for AudioInputController::DoClose().
+ </summary>
+</histogram>
+
+<histogram name="Media.AudioInputController.CreateTime" units="ms">
+ <summary>
+ Measures the time taken for AudioInputController::DoCreate().
+ </summary>
+</histogram>
+
+<histogram name="Media.AudioInputController.RecordTime" units="ms">
+ <summary>
+ Measures the time taken for AudioInputController::DoRecord().
+ </summary>
+</histogram>
+
+<histogram name="Media.AudioOutputController.CloseTime" units="ms">
+ <summary>
+ Measures the time taken for AudioOutputController::DoClose().
+ </summary>
+</histogram>
+
+<histogram name="Media.AudioOutputController.CreateTime" units="ms">
+ <summary>
+ Measures the time taken for AudioOutputController::DoCreate().
+ </summary>
+</histogram>
+
+<histogram name="Media.AudioOutputController.DeviceChangeTime" units="ms">
+ <summary>
+ Measures the time taken for AudioOutputController::OnDeviceChange().
+ </summary>
+</histogram>
+
+<histogram name="Media.AudioOutputController.PauseTime" units="ms">
+ <summary>
+ Measures the time taken for AudioOutputController::DoPause().
+ </summary>
+</histogram>
+
+<histogram name="Media.AudioOutputController.PlayTime" units="ms">
+ <summary>
+ Measures the time taken for AudioOutputController::DoPlay(). Technically
+ only the worker method AudioOutputController::PollAndStartIfDataReady().
+ </summary>
+</histogram>
+
<histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents">
<summary>Captures statistics for various AudioRendererImpl events.</summary>
</histogram>
« media/base/scoped_histogram_timer.h ('K') | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698