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

Issue 1934683002: Add histograms for Biquad lowpass and highpass Q values (Closed)

Created:
4 years, 7 months ago by Raymond Toy
Modified:
4 years, 7 months ago
Reviewers:
Mark P, hongchan
CC:
chromium-reviews, blink-reviews, haraken, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add histograms for Biquad lowpass and highpass Q values This is to measure the Q values in common use so we can determine how much impact there will be if the BiquadFilter changes the internal formulas for the lowpass and highpass filters. BUG=607733 TEST=none Committed: https://crrev.com/2d01806ab92e8a360d5dd468cec1d4e91a79d6c6 Cr-Commit-Position: refs/heads/master@{#392643}

Patch Set 1 #

Patch Set 2 : Rebase and support logging from automations #

Patch Set 3 : Rebase #

Total comments: 5

Patch Set 4 : Address comments and rebase #

Total comments: 1

Patch Set 5 : Remove variables used only once. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -8 lines) Patch
M third_party/WebKit/Source/modules/webaudio/AudioParam.h View 1 2 3 5 chunks +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioParam.cpp View 1 2 3 4 7 chunks +68 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/BiquadFilterNode.cpp View 1 2 2 chunks +21 lines, -8 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (5 generated)
Raymond Toy
PTAL at the general approach. Of course, this depends on getting the names into the ...
4 years, 7 months ago (2016-04-29 19:45:46 UTC) #2
Raymond Toy
On 2016/04/29 19:45:46, Raymond Toy wrote: > PTAL at the general approach. Of course, this ...
4 years, 7 months ago (2016-05-04 15:43:54 UTC) #3
hongchan
It seems a bit weird to me that you have LowPass/HighPass after Q. Also we're ...
4 years, 7 months ago (2016-05-04 16:38:32 UTC) #4
Raymond Toy
On 2016/05/04 16:38:32, hoch wrote: > It seems a bit weird to me that you ...
4 years, 7 months ago (2016-05-04 17:09:23 UTC) #5
hongchan
On 2016/05/04 17:09:23, Raymond Toy wrote: > On 2016/05/04 16:38:32, hoch wrote: > > It ...
4 years, 7 months ago (2016-05-06 16:50:13 UTC) #6
Raymond Toy
On 2016/05/06 16:50:13, hoch wrote: > On 2016/05/04 17:09:23, Raymond Toy wrote: > > On ...
4 years, 7 months ago (2016-05-06 16:51:03 UTC) #7
hongchan
I guess we collect information for a period of time (say, 3 month) with this ...
4 years, 7 months ago (2016-05-06 16:52:41 UTC) #8
hongchan
On 2016/05/06 16:52:41, hoch wrote: > I guess we collect information for a period of ...
4 years, 7 months ago (2016-05-06 16:53:15 UTC) #9
Raymond Toy
On 2016/05/06 16:53:15, hoch wrote: > On 2016/05/06 16:52:41, hoch wrote: > > I guess ...
4 years, 7 months ago (2016-05-06 16:56:39 UTC) #10
blink-reviews
Thanks! On Fri, May 6, 2016 at 9:56 AM rtoy@chromium.org via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote: > ...
4 years, 7 months ago (2016-05-06 17:05:23 UTC) #11
chromium-reviews
Thanks! On Fri, May 6, 2016 at 9:56 AM rtoy@chromium.org via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote: > ...
4 years, 7 months ago (2016-05-06 17:05:24 UTC) #12
Raymond Toy
mpearson: PTAL at the histograms. https://codereview.chromium.org/1934683002/diff/40001/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp File third_party/WebKit/Source/modules/webaudio/AudioParam.cpp (right): https://codereview.chromium.org/1934683002/diff/40001/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp#newcode259 third_party/WebKit/Source/modules/webaudio/AudioParam.cpp:259: ("WebAudio.BiquadFilter.Q.Lowpass", 5000)); Should the ...
4 years, 7 months ago (2016-05-06 17:07:34 UTC) #14
Mark P
https://codereview.chromium.org/1934683002/diff/40001/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp File third_party/WebKit/Source/modules/webaudio/AudioParam.cpp (right): https://codereview.chromium.org/1934683002/diff/40001/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp#newcode259 third_party/WebKit/Source/modules/webaudio/AudioParam.cpp:259: ("WebAudio.BiquadFilter.Q.Lowpass", 5000)); On 2016/05/06 17:07:34, Raymond Toy wrote: > ...
4 years, 7 months ago (2016-05-06 23:58:34 UTC) #15
Raymond Toy
https://codereview.chromium.org/1934683002/diff/40001/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp File third_party/WebKit/Source/modules/webaudio/AudioParam.cpp (right): https://codereview.chromium.org/1934683002/diff/40001/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp#newcode259 third_party/WebKit/Source/modules/webaudio/AudioParam.cpp:259: ("WebAudio.BiquadFilter.Q.Lowpass", 5000)); On 2016/05/06 23:58:34, Mark P wrote: > ...
4 years, 7 months ago (2016-05-09 17:17:09 UTC) #16
Mark P
You have replied to my comments. It sounds like you meant to update a new ...
4 years, 7 months ago (2016-05-09 19:37:17 UTC) #17
Raymond Toy
On 2016/05/09 19:37:17, Mark P wrote: > You have replied to my comments. It sounds ...
4 years, 7 months ago (2016-05-09 21:23:33 UTC) #18
Mark P
On 2016/05/09 21:23:33, Raymond Toy wrote: > On 2016/05/09 19:37:17, Mark P wrote: > > ...
4 years, 7 months ago (2016-05-09 21:36:25 UTC) #19
Raymond Toy
On 2016/05/09 21:36:25, Mark P wrote: > On 2016/05/09 21:23:33, Raymond Toy wrote: > > ...
4 years, 7 months ago (2016-05-09 21:40:10 UTC) #20
Mark P
histograms.xml lgtm https://codereview.chromium.org/1934683002/diff/60001/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp File third_party/WebKit/Source/modules/webaudio/AudioParam.cpp (right): https://codereview.chromium.org/1934683002/diff/60001/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp#newcode267 third_party/WebKit/Source/modules/webaudio/AudioParam.cpp:267: int histogramValue = static_cast<int>(4 * newValue + ...
4 years, 7 months ago (2016-05-09 21:48:33 UTC) #21
Raymond Toy
On 2016/05/09 21:48:33, Mark P wrote: > histograms.xml lgtm > > https://codereview.chromium.org/1934683002/diff/60001/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp > File third_party/WebKit/Source/modules/webaudio/AudioParam.cpp ...
4 years, 7 months ago (2016-05-09 21:51:55 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1934683002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1934683002/80001
4 years, 7 months ago (2016-05-10 16:34:16 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-10 18:00:20 UTC) #26
commit-bot: I haz the power
4 years, 7 months ago (2016-05-10 18:01:44 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/2d01806ab92e8a360d5dd468cec1d4e91a79d6c6
Cr-Commit-Position: refs/heads/master@{#392643}

Powered by Google App Engine
This is Rietveld 408576698