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

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

Issue 14054019: Add Media.AudioRendererEvents histogram to measure how often OnRenderError() is called. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 <summary> 507 <summary>
508 Time Non-IDB LevelDBEnv slept before successfully completing this operation. 508 Time Non-IDB LevelDBEnv slept before successfully completing this operation.
509 0 means success on the first try. 509 0 means success on the first try.
510 </summary> 510 </summary>
511 </histogram> 511 </histogram>
512 512
513 <histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion"> 513 <histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion">
514 <summary>The version of glibc used. (Linux only)</summary> 514 <summary>The version of glibc used. (Linux only)</summary>
515 </histogram> 515 </histogram>
516 516
517 <histogram name="Media.AudioRendererSinkErrors">
518 <summary>
519 False is recorded whenever AudioRendererImpl successfully initializes an
jar (doing other things) 2013/04/24 21:51:07 You should add an enum to make this more readable:
scherkus (not reviewing) 2013/04/25 00:04:46 Done.
520 AudioRendererSink. True is recorded whenever a successful initialization
521 follows with the sink reporting OnRenderError().
jar (doing other things) 2013/04/24 21:51:07 nit: "follows with" --> "is followed by the"
scherkus (not reviewing) 2013/04/25 00:04:46 Reworded a bit. Mind taking another scan?
522 </summary>
523 </histogram>
524
517 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs"> 525 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs">
518 <summary>Audio codec used in HTML5 media.</summary> 526 <summary>Audio codec used in HTML5 media.</summary>
519 </histogram> 527 </histogram>
520 528
521 <histogram name="Media.DetectedVideoCodec" enum="FFmpegCodecs"> 529 <histogram name="Media.DetectedVideoCodec" enum="FFmpegCodecs">
522 <summary>Video codec used in HTML5 media.</summary> 530 <summary>Video codec used in HTML5 media.</summary>
523 </histogram> 531 </histogram>
524 532
525 <histogram name="Media.VAVDAH264.DecoderFailure" enum="VAVDAH264DecoderFailure"> 533 <histogram name="Media.VAVDAH264.DecoderFailure" enum="VAVDAH264DecoderFailure">
526 <summary> 534 <summary>
(...skipping 6883 matching lines...) Expand 10 before | Expand all | Expand 10 after
7410 <fieldtrial name="SSLResumption"> 7418 <fieldtrial name="SSLResumption">
7411 <group name="Resume_Handshake" label="Session Resumption"/> 7419 <group name="Resume_Handshake" label="Session Resumption"/>
7412 <group name="Full_Handshake" label="Full"/> 7420 <group name="Full_Handshake" label="Full"/>
7413 <affected-histogram name="Net.SSL_Connection_Latency"/> 7421 <affected-histogram name="Net.SSL_Connection_Latency"/>
7414 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 7422 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
7415 </fieldtrial> 7423 </fieldtrial>
7416 7424
7417 </fieldtrials> 7425 </fieldtrials>
7418 7426
7419 </histogram-configuration> 7427 </histogram-configuration>
OLDNEW
« media/filters/audio_renderer_impl.cc ('K') | « media/filters/audio_renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698