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

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

Issue 1934683002: Add histograms for Biquad lowpass and highpass Q values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove variables used only once. Created 4 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:
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.cpp ('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 4f2f7e36c8d786241213851ae01a392269c48a27..ba8b5ae5932504db7b17e847f2546e3dc57bfd14 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58700,6 +58700,28 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebAudio.BiquadFilter.Q.Highpass">
+ <owner>rtoy@chromium.org</owner>
+ <owner>hongchan@chromium.org</owner>
+ <summary>
+ The Q value (in 0.25 dB steps) used for a highpass BiquadFilter. Recorded
+ each time the value is set for a highpass filter via the .value setter or
+ the automation methods linearRampToValueAtTime, exponentialValueAtTime, and
+ setValueAtTime.
+ </summary>
+</histogram>
+
+<histogram name="WebAudio.BiquadFilter.Q.Lowpass">
+ <owner>rtoy@chromium.org</owner>
+ <owner>hongchan@chromium.org</owner>
+ <summary>
+ The Q value (in 0.25 dB steps) used for a lowpass BiquadFilter. Recorded
+ each time the value is set for a lowpass filter via the .value setter or the
+ automation methods linearRampToValueAtTime, exponentialValueAtTime, and
+ setValueAtTime.
+ </summary>
+</histogram>
+
<histogram name="WebAudio.IIRFilterNode.Order">
<owner>rtoy@chromium.org</owner>
<owner>hongchan@chromium.org</owner>
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698