OLD | NEW |
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 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2179 </histogram> | 2179 </histogram> |
2180 | 2180 |
2181 <histogram name="Media.AudioInputController" units="ms"> | 2181 <histogram name="Media.AudioInputController" units="ms"> |
2182 <summary>Measures the time taken for AudioInputController::</summary> | 2182 <summary>Measures the time taken for AudioInputController::</summary> |
2183 </histogram> | 2183 </histogram> |
2184 | 2184 |
2185 <histogram name="Media.AudioOutputController" units="ms"> | 2185 <histogram name="Media.AudioOutputController" units="ms"> |
2186 <summary>Measures the time taken for AudioOutputController::</summary> | 2186 <summary>Measures the time taken for AudioOutputController::</summary> |
2187 </histogram> | 2187 </histogram> |
2188 | 2188 |
2189 <histogram name="Media.AudioOutputControllerDataNotReady" units="ms"> | 2189 <histogram name="Media.AudioOutputController.DataReady" enum="BooleanSuccess"> |
2190 <summary> | 2190 <summary> |
2191 Time spent waiting in AudioOutputController::WaitTillDataReady() if the data | 2191 True if data was ready when AudioOutputController::WaitTillDataReady() was |
2192 was not initially available. | 2192 called. |
2193 </summary> | 2193 </summary> |
2194 </histogram> | 2194 </histogram> |
2195 | 2195 |
2196 <histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents"> | 2196 <histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents"> |
2197 <summary>Captures statistics for various AudioRendererImpl events.</summary> | 2197 <summary>Captures statistics for various AudioRendererImpl events.</summary> |
2198 </histogram> | 2198 </histogram> |
2199 | 2199 |
2200 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs"> | 2200 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs"> |
2201 <summary>Audio codec used in HTML5 media.</summary> | 2201 <summary>Audio codec used in HTML5 media.</summary> |
2202 </histogram> | 2202 </histogram> |
(...skipping 12552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14755 | 14755 |
14756 <fieldtrial name="MediaAudioOutputControllerTime" separator="."> | 14756 <fieldtrial name="MediaAudioOutputControllerTime" separator="."> |
14757 <group name="CloseTime" label="Measures the time taken for DoClose()."/> | 14757 <group name="CloseTime" label="Measures the time taken for DoClose()."/> |
14758 <group name="CreateTime" label="Measures the time taken for DoCreate()."/> | 14758 <group name="CreateTime" label="Measures the time taken for DoCreate()."/> |
14759 <group name="DeviceChangeTime" | 14759 <group name="DeviceChangeTime" |
14760 label="Measures the time taken for OnDeviceChange()."/> | 14760 label="Measures the time taken for OnDeviceChange()."/> |
14761 <group name="PauseTime" label="Measures the time taken for DoPause()."/> | 14761 <group name="PauseTime" label="Measures the time taken for DoPause()."/> |
14762 <group name="PlayTime" | 14762 <group name="PlayTime" |
14763 label="Measures the time taken for DoPlay(). Technically only the | 14763 label="Measures the time taken for DoPlay(). Technically only the |
14764 worker method AudioOutputController::PollAndStartIfDataReady()."/> | 14764 worker method AudioOutputController::PollAndStartIfDataReady()."/> |
| 14765 <group name="WaitForDataTime" |
| 14766 label="Measures the time waited in WaitTillDataReady() if data was not |
| 14767 initially available"/> |
14765 <affected-histogram name="Media.AudioOutputController"/> | 14768 <affected-histogram name="Media.AudioOutputController"/> |
14766 </fieldtrial> | 14769 </fieldtrial> |
14767 | 14770 |
14768 <fieldtrial name="NetConnectivity" separator="."> | 14771 <fieldtrial name="NetConnectivity" separator="."> |
14769 <group name="53.100B" label="100 bytes of data on port 53."/> | 14772 <group name="53.100B" label="100 bytes of data on port 53."/> |
14770 <group name="53.100B.NoProxy" | 14773 <group name="53.100B.NoProxy" |
14771 label="100 bytes of data on port 53 with no proxy."/> | 14774 label="100 bytes of data on port 53 with no proxy."/> |
14772 <group name="53.1K" label="1K bytes of data on port 53."/> | 14775 <group name="53.1K" label="1K bytes of data on port 53."/> |
14773 <group name="53.1K.NoProxy" | 14776 <group name="53.1K.NoProxy" |
14774 label="1K bytes of data on port 53 with no proxy."/> | 14777 label="1K bytes of data on port 53 with no proxy."/> |
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15829 <fieldtrial name="SSLResumption"> | 15832 <fieldtrial name="SSLResumption"> |
15830 <group name="Resume_Handshake" label="Session Resumption"/> | 15833 <group name="Resume_Handshake" label="Session Resumption"/> |
15831 <group name="Full_Handshake" label="Full"/> | 15834 <group name="Full_Handshake" label="Full"/> |
15832 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15835 <affected-histogram name="Net.SSL_Connection_Latency"/> |
15833 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15836 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
15834 </fieldtrial> | 15837 </fieldtrial> |
15835 | 15838 |
15836 </fieldtrials> | 15839 </fieldtrials> |
15837 | 15840 |
15838 </histogram-configuration> | 15841 </histogram-configuration> |
OLD | NEW |