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

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

Issue 14827002: Report timing statistics for audio controller methods via UMA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove DISALLOW... Created 7 years, 7 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
« media/base/scoped_histogram_timer.h ('K') | « 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 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 <summary> 1005 <summary>
1006 Time Non-IDB LevelDBEnv slept before successfully completing this operation. 1006 Time Non-IDB LevelDBEnv slept before successfully completing this operation.
1007 0 means success on the first try. 1007 0 means success on the first try.
1008 </summary> 1008 </summary>
1009 </histogram> 1009 </histogram>
1010 1010
1011 <histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion"> 1011 <histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion">
1012 <summary>The version of glibc used. (Linux only)</summary> 1012 <summary>The version of glibc used. (Linux only)</summary>
1013 </histogram> 1013 </histogram>
1014 1014
1015 <histogram name="Media.AudioInputController.CloseTime" units="ms">
jar (doing other things) 2013/05/14 01:43:57 nit: These all look almost the same... and you can
DaleCurtis 2013/05/15 01:30:31 Done.
1016 <summary>
1017 Measures the time taken for AudioInputController::DoClose().
1018 </summary>
1019 </histogram>
1020
1021 <histogram name="Media.AudioInputController.CreateTime" units="ms">
1022 <summary>
1023 Measures the time taken for AudioInputController::DoCreate().
1024 </summary>
1025 </histogram>
1026
1027 <histogram name="Media.AudioInputController.RecordTime" units="ms">
1028 <summary>
1029 Measures the time taken for AudioInputController::DoRecord().
1030 </summary>
1031 </histogram>
1032
1033 <histogram name="Media.AudioOutputController.CloseTime" units="ms">
1034 <summary>
1035 Measures the time taken for AudioOutputController::DoClose().
1036 </summary>
1037 </histogram>
1038
1039 <histogram name="Media.AudioOutputController.CreateTime" units="ms">
1040 <summary>
1041 Measures the time taken for AudioOutputController::DoCreate().
1042 </summary>
1043 </histogram>
1044
1045 <histogram name="Media.AudioOutputController.DeviceChangeTime" units="ms">
1046 <summary>
1047 Measures the time taken for AudioOutputController::OnDeviceChange().
1048 </summary>
1049 </histogram>
1050
1051 <histogram name="Media.AudioOutputController.PauseTime" units="ms">
1052 <summary>
1053 Measures the time taken for AudioOutputController::DoPause().
1054 </summary>
1055 </histogram>
1056
1057 <histogram name="Media.AudioOutputController.PlayTime" units="ms">
1058 <summary>
1059 Measures the time taken for AudioOutputController::DoPlay(). Technically
1060 only the worker method AudioOutputController::PollAndStartIfDataReady().
1061 </summary>
1062 </histogram>
1063
1015 <histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents"> 1064 <histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents">
1016 <summary>Captures statistics for various AudioRendererImpl events.</summary> 1065 <summary>Captures statistics for various AudioRendererImpl events.</summary>
1017 </histogram> 1066 </histogram>
1018 1067
1019 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs"> 1068 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs">
1020 <summary>Audio codec used in HTML5 media.</summary> 1069 <summary>Audio codec used in HTML5 media.</summary>
1021 </histogram> 1070 </histogram>
1022 1071
1023 <histogram name="Media.DetectedVideoCodec" enum="FFmpegCodecs"> 1072 <histogram name="Media.DetectedVideoCodec" enum="FFmpegCodecs">
1024 <summary>Video codec used in HTML5 media.</summary> 1073 <summary>Video codec used in HTML5 media.</summary>
(...skipping 11038 matching lines...) Expand 10 before | Expand all | Expand 10 after
12063 <fieldtrial name="SSLResumption"> 12112 <fieldtrial name="SSLResumption">
12064 <group name="Resume_Handshake" label="Session Resumption"/> 12113 <group name="Resume_Handshake" label="Session Resumption"/>
12065 <group name="Full_Handshake" label="Full"/> 12114 <group name="Full_Handshake" label="Full"/>
12066 <affected-histogram name="Net.SSL_Connection_Latency"/> 12115 <affected-histogram name="Net.SSL_Connection_Latency"/>
12067 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 12116 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
12068 </fieldtrial> 12117 </fieldtrial>
12069 12118
12070 </fieldtrials> 12119 </fieldtrials>
12071 12120
12072 </histogram-configuration> 12121 </histogram-configuration>
OLDNEW
« media/base/scoped_histogram_timer.h ('K') | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698