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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1934683002: Add histograms for Biquad lowpass and highpass Q values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index bd67a34ae44f8197d34c54846d98b7755f42a1bf..c835b3501e126c8bbc510755174405141d42e659 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58384,6 +58384,26 @@ 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 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.
Mark P 2016/05/06 23:58:34 Is it appropriate to mix these automated methods w
Raymond Toy 2016/05/09 17:17:09 I believe so. These methods just automate what th
+ </summary>
+</histogram>
+
+<histogram name="WebAudio.BiquadFilter.Q.Lowpass">
+ <owner>rtoy@chromium.org</owner>
+ <owner>hongchan@chromium.org</owner>
+ <summary>
+ The Q value 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>

Powered by Google App Engine
This is Rietveld 408576698