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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 577953002: Adds time measurement of WebRtcAudioRenderer::Render (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback from xians@ Created 6 years, 3 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:
Download patch
« no previous file with comments | « content/renderer/media/webrtc_audio_renderer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1e4aa416127e2cd00dae9b01566d2bb25ed53400..4c07c5e5e3ccd30a093d66d23999277db9334ad5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37685,6 +37685,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Duration in milliseconds of WebRTC audio render session.</summary>
</histogram>
+<histogram name="WebRTC.AudioRenderTimes" units="milliseconds">
no longer working on chromium 2014/09/19 13:51:36 I think it should be WebRTC.AudioRenderTime here :
+ <owner>henrika@chromium.org</owner>
+ <summary>
+ Measures the time spent in WebRtcAudioRenderer::SourceCallback. Sampled 10
+ times per second.
+ </summary>
+</histogram>
+
<histogram name="WebRTC.DataChannelCounters" enum="DataChannelCounters">
<owner>perkj@chromium.org</owner>
<summary>
« no previous file with comments | « content/renderer/media/webrtc_audio_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698