Chromium Code Reviews| 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"> | |
|
Alexei Svitkine (slow)
2013/05/29 21:25:07
We don't usually remove histograms from this file,
| |
| 2190 <summary> | |
| 2191 Time spent waiting in AudioOutputController::WaitTillDataReady() if the data | |
| 2192 was not initially available. | |
| 2193 </summary> | |
| 2194 </histogram> | |
| 2195 | |
| 2196 <histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents"> | 2189 <histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents"> |
| 2197 <summary>Captures statistics for various AudioRendererImpl events.</summary> | 2190 <summary>Captures statistics for various AudioRendererImpl events.</summary> |
| 2198 </histogram> | 2191 </histogram> |
| 2199 | 2192 |
| 2200 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs"> | 2193 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs"> |
| 2201 <summary>Audio codec used in HTML5 media.</summary> | 2194 <summary>Audio codec used in HTML5 media.</summary> |
| 2202 </histogram> | 2195 </histogram> |
| 2203 | 2196 |
| 2204 <histogram name="Media.DetectedContainer" enum="MediaContainers"> | 2197 <histogram name="Media.DetectedContainer" enum="MediaContainers"> |
| 2205 <summary>Container used for HTML5 media.</summary> | 2198 <summary>Container used for HTML5 media.</summary> |
| (...skipping 12540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 14746 <affected-histogram name="LevelDBEnv.TimeTo"/> | 14739 <affected-histogram name="LevelDBEnv.TimeTo"/> |
| 14747 </fieldtrial> | 14740 </fieldtrial> |
| 14748 | 14741 |
| 14749 <fieldtrial name="MediaAudioInputControllerTime" separator="."> | 14742 <fieldtrial name="MediaAudioInputControllerTime" separator="."> |
| 14750 <group name="CloseTime" label="Measures the time taken for DoClose()."/> | 14743 <group name="CloseTime" label="Measures the time taken for DoClose()."/> |
| 14751 <group name="CreateTime" label="Measures the time taken for DoCreate()."/> | 14744 <group name="CreateTime" label="Measures the time taken for DoCreate()."/> |
| 14752 <group name="RecordTime" label="Measures the time taken for DoRecord()."/> | 14745 <group name="RecordTime" label="Measures the time taken for DoRecord()."/> |
| 14753 <affected-histogram name="Media.AudioInputController"/> | 14746 <affected-histogram name="Media.AudioInputController"/> |
| 14754 </fieldtrial> | 14747 </fieldtrial> |
| 14755 | 14748 |
| 14756 <fieldtrial name="MediaAudioOutputControllerTime" separator="."> | 14749 <fieldtrial name="MediaAudioOutputControllerTime" separator="."> |
|
Alexei Svitkine (slow)
2013/05/29 21:25:07
Hmm, I don't quite understand how this is supposed
| |
| 14757 <group name="CloseTime" label="Measures the time taken for DoClose()."/> | 14750 <group name="CloseTime" label="Measures the time taken for DoClose()."/> |
| 14758 <group name="CreateTime" label="Measures the time taken for DoCreate()."/> | 14751 <group name="CreateTime" label="Measures the time taken for DoCreate()."/> |
| 14759 <group name="DeviceChangeTime" | 14752 <group name="DeviceChangeTime" |
| 14760 label="Measures the time taken for OnDeviceChange()."/> | 14753 label="Measures the time taken for OnDeviceChange()."/> |
| 14761 <group name="PauseTime" label="Measures the time taken for DoPause()."/> | 14754 <group name="PauseTime" label="Measures the time taken for DoPause()."/> |
| 14762 <group name="PlayTime" | 14755 <group name="PlayTime" |
| 14763 label="Measures the time taken for DoPlay(). Technically only the | 14756 label="Measures the time taken for DoPlay(). Technically only the |
| 14764 worker method AudioOutputController::PollAndStartIfDataReady()."/> | 14757 worker method AudioOutputController::PollAndStartIfDataReady()."/> |
| 14758 <group name="WaitForDataTime" | |
| 14759 label="Measures the time waited in WaitTillDataReady() if data was not | |
| 14760 initially available"/> | |
| 14765 <affected-histogram name="Media.AudioOutputController"/> | 14761 <affected-histogram name="Media.AudioOutputController"/> |
| 14766 </fieldtrial> | 14762 </fieldtrial> |
| 14767 | 14763 |
| 14768 <fieldtrial name="NetConnectivity" separator="."> | 14764 <fieldtrial name="NetConnectivity" separator="."> |
| 14769 <group name="53.100B" label="100 bytes of data on port 53."/> | 14765 <group name="53.100B" label="100 bytes of data on port 53."/> |
| 14770 <group name="53.100B.NoProxy" | 14766 <group name="53.100B.NoProxy" |
| 14771 label="100 bytes of data on port 53 with no proxy."/> | 14767 label="100 bytes of data on port 53 with no proxy."/> |
| 14772 <group name="53.1K" label="1K bytes of data on port 53."/> | 14768 <group name="53.1K" label="1K bytes of data on port 53."/> |
| 14773 <group name="53.1K.NoProxy" | 14769 <group name="53.1K.NoProxy" |
| 14774 label="1K bytes of data on port 53 with no proxy."/> | 14770 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"> | 15825 <fieldtrial name="SSLResumption"> |
| 15830 <group name="Resume_Handshake" label="Session Resumption"/> | 15826 <group name="Resume_Handshake" label="Session Resumption"/> |
| 15831 <group name="Full_Handshake" label="Full"/> | 15827 <group name="Full_Handshake" label="Full"/> |
| 15832 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15828 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 15833 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15829 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 15834 </fieldtrial> | 15830 </fieldtrial> |
| 15835 | 15831 |
| 15836 </fieldtrials> | 15832 </fieldtrials> |
| 15837 | 15833 |
| 15838 </histogram-configuration> | 15834 </histogram-configuration> |
| OLD | NEW |