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

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

Issue 17444005: Remove MediaStreamDeviceThread in favor of using AudioThread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix one more test. Created 7 years, 6 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
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager.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 47816ec9b4796c53d537e8c22ee49a0ee0a970f1..4580a1c3a9cbf9ebe853af01ed59ec09b536eb12 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3546,6 +3546,10 @@ other types of suffix sets.
<summary>Measures the time taken for AudioInputController::</summary>
</histogram>
+<histogram name="Media.AudioInputDeviceManager" units="ms">
+ <summary>Measures the time taken for AudioInputDeviceManager::</summary>
+</histogram>
+
<histogram name="Media.AudioOutputController" units="ms">
<summary>Measures the time taken for AudioOutputController::</summary>
</histogram>
@@ -3978,6 +3982,10 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Media.VideoCaptureManager" units="ms">
+ <summary>Measures the time taken for VideoCaptureManager::</summary>
+</histogram>
+
<histogram name="Media.VideoCodec" enum="VideoCodec">
<summary>Video codec used in HTML5 media.</summary>
</histogram>
@@ -18718,6 +18726,14 @@ other types of suffix sets.
<affected-histogram name="Media.AudioInputController"/>
</fieldtrial>
+<fieldtrial name="MediaAudioInputDeviceManagerTime" separator=".">
+ <group name="OpenOnDeviceThreadTime"
+ label="Measures the time taken for OpenOnDeviceThread()."/>
+ <group name="EnumerateOnDeviceThreadTime"
+ label="Measures the time taken for EnumerateOnDeviceThread()."/>
+ <affected-histogram name="Media.AudioInputDeviceManager"/>
+</fieldtrial>
+
<fieldtrial name="MediaAudioOutputControllerTime" separator=".">
<group name="CloseTime" label="Measures the time taken for DoClose()."/>
<group name="CreateTime" label="Measures the time taken for DoCreate()."/>
@@ -18730,6 +18746,16 @@ other types of suffix sets.
<affected-histogram name="Media.AudioOutputController"/>
</fieldtrial>
+<fieldtrial name="MediaVideoCaptureManagerTime" separator=".">
+ <group name="OnEnumerateDevicesTime"
+ label="Measures the time taken for OnEnumerateDevices()."/>
+ <group name="OnOpenTime" label="Measures the time taken for OnOpen()."/>
+ <group name="OnCloseTime" label="Measures the time taken for OnClose()."/>
+ <group name="OnStartTime" label="Measures the time taken for OnStart()."/>
+ <group name="OnStopTime" label="Measures the time taken for OnStop()."/>
+ <affected-histogram name="Media.VideoCaptureManager"/>
+</fieldtrial>
+
<fieldtrial name="NetConnectivity" separator=".">
<group name="53.100B" label="100 bytes of data on port 53."/>
<group name="53.100B.NoProxy"
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698