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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 14495010: Add UMA stats for audio/video containers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2183 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
2203 2203
2204 <histogram name="Media.DetectedContainer" enum="MediaContainers">
2205 <summary>Container used for HTML5 media.</summary>
2206 </histogram>
2207
2204 <histogram name="Media.DetectedVideoCodec" enum="FFmpegCodecs"> 2208 <histogram name="Media.DetectedVideoCodec" enum="FFmpegCodecs">
2205 <summary>Video codec used in HTML5 media.</summary> 2209 <summary>Video codec used in HTML5 media.</summary>
2206 </histogram> 2210 </histogram>
2207 2211
2208 <histogram name="Media.PepperVideoDecoderError" enum="PepperVideoDecodeError"> 2212 <histogram name="Media.PepperVideoDecoderError" enum="PepperVideoDecodeError">
2209 <summary>Counts of video decode errors reported to plugin.</summary> 2213 <summary>Counts of video decode errors reported to plugin.</summary>
2210 </histogram> 2214 </histogram>
2211 2215
2212 <histogram name="Media.PepperVideoDecoderPictureCount"> 2216 <histogram name="Media.PepperVideoDecoderPictureCount">
2213 <summary> 2217 <summary>
(...skipping 9892 matching lines...) Expand 10 before | Expand all | Expand 10 after
12106 <int value="6" label="LINK_LOAD_RELOAD">JS/link directed reload</int> 12110 <int value="6" label="LINK_LOAD_RELOAD">JS/link directed reload</int>
12107 <int value="7" label="LINK_LOAD_CACHE_STALE_OK"> 12111 <int value="7" label="LINK_LOAD_CACHE_STALE_OK">
12108 back/forward or encoding change 12112 back/forward or encoding change
12109 </int> 12113 </int>
12110 <int value="8" label="LINK_LOAD_CACHE_ONLY"> 12114 <int value="8" label="LINK_LOAD_CACHE_ONLY">
12111 Allow stale data (avoid doing a re-post) 12115 Allow stale data (avoid doing a re-post)
12112 </int> 12116 </int>
12113 <int value="9" label="PRERENDER_LOAD">Speculative prerendering of a page</int> 12117 <int value="9" label="PRERENDER_LOAD">Speculative prerendering of a page</int>
12114 </enum> 12118 </enum>
12115 12119
12120 <enum name="MediaContainers" type="int">
12121 <int value="0" label="Unknown"/>
12122 <int value="1" label="AAC (Advanced Audio Coding)"/>
12123 <int value="2" label="AC-3"/>
12124 <int value="3" label="AIFF (Audio Interchange File Format)"/>
12125 <int value="4" label="AMR (Adaptive Multi-Rate Audio)"/>
12126 <int value="5" label="APE (Monkey's Audio)"/>
12127 <int value="6" label="ASF (Advanced / Active Streaming Format)"/>
12128 <int value="7" label="SSA (SubStation Alpha) subtitle"/>
12129 <int value="8" label="AVI (Audio Video Interleaved)"/>
12130 <int value="9" label="Bink"/>
12131 <int value="10" label="CAF (Apple Core Audio Format)"/>
12132 <int value="11" label="DTS"/>
12133 <int value="12" label="DTS-HD"/>
12134 <int value="13" label="DV (Digital Video)"/>
12135 <int value="14" label="DXA"/>
12136 <int value="15" label="Enhanced AC-3"/>
12137 <int value="16" label="FLAC (Free Lossless Audio Codec)"/>
12138 <int value="17" label="FLV (Flash Video)"/>
12139 <int value="18" label="GSM (Global System for Mobile Audio)"/>
12140 <int value="19" label="H.261"/>
12141 <int value="20" label="H.263"/>
12142 <int value="21" label="H.264"/>
12143 <int value="22" label="HLS (Apple HTTP Live Streaming PlayList)"/>
12144 <int value="23" label="Berkeley/IRCAM/CARL Sound Format"/>
12145 <int value="24" label="MJPEG video"/>
12146 <int value="25" label="QuickTime / MOV / MPEG4"/>
12147 <int value="26" label="MP3 (MPEG audio layer 2/3)"/>
12148 <int value="27" label="MPEG-2 Program Stream"/>
12149 <int value="28" label="MPEG-2 Transport Stream"/>
12150 <int value="29" label="MPEG-4 Bitstream"/>
12151 <int value="30" label="Ogg"/>
12152 <int value="31" label="RM (RealMedia)"/>
12153 <int value="32" label="SRT (SubRip subtitle)"/>
12154 <int value="33" label="SWF (ShockWave Flash)"/>
12155 <int value="34" label="VC-1"/>
12156 <int value="35" label="WAV / WAVE (Waveform Audio)"/>
12157 <int value="36" label="Matroska / WebM"/>
12158 <int value="37" label="WTV (Windows Television)"/>
12159 </enum>
12160
12116 <enum name="MouseEventFollowedByClick" type="int"> 12161 <enum name="MouseEventFollowedByClick" type="int">
12117 <int value="0" label="Missed event before click"/> 12162 <int value="0" label="Missed event before click"/>
12118 <int value="1" label="Caught event before click"/> 12163 <int value="1" label="Caught event before click"/>
12119 </enum> 12164 </enum>
12120 12165
12121 <enum name="NavigationScheme" type="int"> 12166 <enum name="NavigationScheme" type="int">
12122 <int value="0" label="(Unknown)"/> 12167 <int value="0" label="(Unknown)"/>
12123 <int value="1" label="http"/> 12168 <int value="1" label="http"/>
12124 <int value="2" label="https"/> 12169 <int value="2" label="https"/>
12125 <int value="3" label="file"/> 12170 <int value="3" label="file"/>
(...skipping 3269 matching lines...) Expand 10 before | Expand all | Expand 10 after
15395 <fieldtrial name="SSLResumption"> 15440 <fieldtrial name="SSLResumption">
15396 <group name="Resume_Handshake" label="Session Resumption"/> 15441 <group name="Resume_Handshake" label="Session Resumption"/>
15397 <group name="Full_Handshake" label="Full"/> 15442 <group name="Full_Handshake" label="Full"/>
15398 <affected-histogram name="Net.SSL_Connection_Latency"/> 15443 <affected-histogram name="Net.SSL_Connection_Latency"/>
15399 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 15444 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
15400 </fieldtrial> 15445 </fieldtrial>
15401 15446
15402 </fieldtrials> 15447 </fieldtrials>
15403 15448
15404 </histogram-configuration> 15449 </histogram-configuration>
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698