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

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: Cleanup. Created 7 years, 8 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_uma_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 46d4e4e9fee32c2bb26d3cef659e0cde4e46de6f..a455b3a45d1665fbd19b1421385ebcb91d27af32 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -990,6 +990,55 @@ other types of suffix sets.
<summary>The version of glibc used. (Linux only)</summary>
</histogram>
+<histogram name="Media.AudioInputController.CloseTime" units="ms">
+ <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_uma_timer.h ('K') | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698