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

Side by Side 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: Add metrics. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 3520 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 </histogram> 3531 </histogram>
3532 3532
3533 <histogram name="Media.AudioCodec" enum="AudioCodec"> 3533 <histogram name="Media.AudioCodec" enum="AudioCodec">
3534 <summary>Audio codec used in HTML5 media.</summary> 3534 <summary>Audio codec used in HTML5 media.</summary>
3535 </histogram> 3535 </histogram>
3536 3536
3537 <histogram name="Media.AudioInputController" units="ms"> 3537 <histogram name="Media.AudioInputController" units="ms">
3538 <summary>Measures the time taken for AudioInputController::</summary> 3538 <summary>Measures the time taken for AudioInputController::</summary>
3539 </histogram> 3539 </histogram>
3540 3540
3541 <histogram name="Media.AudioInputDeviceManager" units="ms">
3542 <summary>Measures the time taken for AudioInputDeviceManager::</summary>
3543 </histogram>
3544
3541 <histogram name="Media.AudioOutputController" units="ms"> 3545 <histogram name="Media.AudioOutputController" units="ms">
3542 <summary>Measures the time taken for AudioOutputController::</summary> 3546 <summary>Measures the time taken for AudioOutputController::</summary>
3543 </histogram> 3547 </histogram>
3544 3548
3545 <histogram name="Media.AudioOutputControllerDataNotReady" units="ms"> 3549 <histogram name="Media.AudioOutputControllerDataNotReady" units="ms">
3546 <summary> 3550 <summary>
3547 Time spent waiting in AudioOutputController::WaitTillDataReady() if the data 3551 Time spent waiting in AudioOutputController::WaitTillDataReady() if the data
3548 was not initially available. 3552 was not initially available.
3549 </summary> 3553 </summary>
3550 </histogram> 3554 </histogram>
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
3963 URL scheme used with HTML5 media. (each URL provides one sample) 3967 URL scheme used with HTML5 media. (each URL provides one sample)
3964 </summary> 3968 </summary>
3965 </histogram> 3969 </histogram>
3966 3970
3967 <histogram name="Media.VAVDAH264.DecoderFailure" enum="VAVDAH264DecoderFailure"> 3971 <histogram name="Media.VAVDAH264.DecoderFailure" enum="VAVDAH264DecoderFailure">
3968 <summary> 3972 <summary>
3969 Error codes reported by video decode using VA-API hardware video decoder. 3973 Error codes reported by video decode using VA-API hardware video decoder.
3970 </summary> 3974 </summary>
3971 </histogram> 3975 </histogram>
3972 3976
3977 <histogram name="Media.VideoCaptureManager" units="ms">
3978 <summary>Measures the time taken for VideoCaptureManager::</summary>
3979 </histogram>
3980
3973 <histogram name="Media.VideoCodec" enum="VideoCodec"> 3981 <histogram name="Media.VideoCodec" enum="VideoCodec">
3974 <summary>Video codec used in HTML5 media.</summary> 3982 <summary>Video codec used in HTML5 media.</summary>
3975 </histogram> 3983 </histogram>
3976 3984
3977 <histogram name="Media.VideoCodecProfile" enum="VideoCodecProfile"> 3985 <histogram name="Media.VideoCodecProfile" enum="VideoCodecProfile">
3978 <summary>Video codec profile used in HTML5 media.</summary> 3986 <summary>Video codec profile used in HTML5 media.</summary>
3979 </histogram> 3987 </histogram>
3980 3988
3981 <histogram name="Media.VideoCodedAspectRatio"> 3989 <histogram name="Media.VideoCodedAspectRatio">
3982 <summary>Coded aspect ratio of HTML5 video.</summary> 3990 <summary>Coded aspect ratio of HTML5 video.</summary>
(...skipping 14668 matching lines...) Expand 10 before | Expand all | Expand 10 after
18651 <affected-histogram name="LevelDBEnv.TimeTo"/> 18659 <affected-histogram name="LevelDBEnv.TimeTo"/>
18652 </fieldtrial> 18660 </fieldtrial>
18653 18661
18654 <fieldtrial name="MediaAudioInputControllerTime" separator="."> 18662 <fieldtrial name="MediaAudioInputControllerTime" separator=".">
18655 <group name="CloseTime" label="Measures the time taken for DoClose()."/> 18663 <group name="CloseTime" label="Measures the time taken for DoClose()."/>
18656 <group name="CreateTime" label="Measures the time taken for DoCreate()."/> 18664 <group name="CreateTime" label="Measures the time taken for DoCreate()."/>
18657 <group name="RecordTime" label="Measures the time taken for DoRecord()."/> 18665 <group name="RecordTime" label="Measures the time taken for DoRecord()."/>
18658 <affected-histogram name="Media.AudioInputController"/> 18666 <affected-histogram name="Media.AudioInputController"/>
18659 </fieldtrial> 18667 </fieldtrial>
18660 18668
18669 <fieldtrial name="MediaAudioInputDeviceManagerTime" separator=".">
18670 <group name="OpenOnDeviceThreadTime"
18671 label="Measures the time taken for OpenOnDeviceThread()."/>
18672 <group name="EnumerateOnDeviceThreadTime"
18673 label="Measures the time taken for EnumerateOnDeviceThread()."/>
18674 <affected-histogram name="Media.AudioInputDeviceManager"/>
18675 </fieldtrial>
18676
18661 <fieldtrial name="MediaAudioOutputControllerTime" separator="."> 18677 <fieldtrial name="MediaAudioOutputControllerTime" separator=".">
18662 <group name="CloseTime" label="Measures the time taken for DoClose()."/> 18678 <group name="CloseTime" label="Measures the time taken for DoClose()."/>
18663 <group name="CreateTime" label="Measures the time taken for DoCreate()."/> 18679 <group name="CreateTime" label="Measures the time taken for DoCreate()."/>
18664 <group name="DeviceChangeTime" 18680 <group name="DeviceChangeTime"
18665 label="Measures the time taken for OnDeviceChange()."/> 18681 label="Measures the time taken for OnDeviceChange()."/>
18666 <group name="PauseTime" label="Measures the time taken for DoPause()."/> 18682 <group name="PauseTime" label="Measures the time taken for DoPause()."/>
18667 <group name="PlayTime" 18683 <group name="PlayTime"
18668 label="Measures the time taken for DoPlay(). Technically only the 18684 label="Measures the time taken for DoPlay(). Technically only the
18669 worker method AudioOutputController::PollAndStartIfDataReady()."/> 18685 worker method AudioOutputController::PollAndStartIfDataReady()."/>
18670 <affected-histogram name="Media.AudioOutputController"/> 18686 <affected-histogram name="Media.AudioOutputController"/>
18671 </fieldtrial> 18687 </fieldtrial>
18672 18688
18689 <fieldtrial name="MediaVideoCaptureManagerTime" separator=".">
18690 <group name="OnEnumerateDevicesTime"
18691 label="Measures the time taken for OnEnumerateDevices()."/>
18692 <group name="OnOpenTime" label="Measures the time taken for OnOpen()."/>
18693 <group name="OnCloseTime" label="Measures the time taken for OnClose()."/>
18694 <group name="OnStartTime" label="Measures the time taken for OnStart()."/>
18695 <group name="OnStopTime" label="Measures the time taken for OnStop()."/>
18696 <affected-histogram name="Media.VideoCaptureManager"/>
18697 </fieldtrial>
18698
18673 <fieldtrial name="NetConnectivity" separator="."> 18699 <fieldtrial name="NetConnectivity" separator=".">
18674 <group name="53.100B" label="100 bytes of data on port 53."/> 18700 <group name="53.100B" label="100 bytes of data on port 53."/>
18675 <group name="53.100B.NoProxy" 18701 <group name="53.100B.NoProxy"
18676 label="100 bytes of data on port 53 with no proxy."/> 18702 label="100 bytes of data on port 53 with no proxy."/>
18677 <group name="53.1K" label="1K bytes of data on port 53."/> 18703 <group name="53.1K" label="1K bytes of data on port 53."/>
18678 <group name="53.1K.NoProxy" 18704 <group name="53.1K.NoProxy"
18679 label="1K bytes of data on port 53 with no proxy."/> 18705 label="1K bytes of data on port 53 with no proxy."/>
18680 <group name="53.100B.RTT" label="100 bytes of data on port 53 successfully."/> 18706 <group name="53.100B.RTT" label="100 bytes of data on port 53 successfully."/>
18681 <group name="53.100B.RTT.NoProxy" 18707 <group name="53.100B.RTT.NoProxy"
18682 label="100 bytes of data on port 53 successfully with no proxy."/> 18708 label="100 bytes of data on port 53 successfully with no proxy."/>
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
19764 <group name="Disabled" label="Neither extra webstore link is visible"/> 19790 <group name="Disabled" label="Neither extra webstore link is visible"/>
19765 <group name="FooterLink" label="Link in bottom right of footer"/> 19791 <group name="FooterLink" label="Link in bottom right of footer"/>
19766 <group name="PlusIcon" label="Plus icon in apps page"/> 19792 <group name="PlusIcon" label="Plus icon in apps page"/>
19767 <affected-histogram name="Extensions.AppLaunch"/> 19793 <affected-histogram name="Extensions.AppLaunch"/>
19768 <affected-histogram name="NewTabPage.DefaultPageType"/> 19794 <affected-histogram name="NewTabPage.DefaultPageType"/>
19769 </fieldtrial> 19795 </fieldtrial>
19770 19796
19771 </fieldtrials> 19797 </fieldtrials>
19772 19798
19773 </histogram-configuration> 19799 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698