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

Issue 2746363003: Compute inter-percentile range statistics in Histogram. (Closed)

Created:
3 years, 9 months ago by benjhayden
Modified:
3 years, 7 months ago
CC:
catapult-reviews_chromium.org, dproy, tracing-review_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Compute inter-percentile range statistics in Histogram. Currently, the only statistic that measures noise is std, but this is not strictly applicable to non-normal distributions, such as most of our metrics. Inter-quartile range is another measure of noise that is more broadly applicable. This CL generalizes IQR to inter-percentile ranges: histogram.customizeSummaryOptions({iprs: [ tr.b.Range.fromExplicitRange(0.25, 0.75), tr.b.Range.fromExplicitRange(0.1, 0.9), ]}); BUG=catapult:#3319 Review-Url: https://codereview.chromium.org/2746363003 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/4628b575b1d7baa7e729288f3397c0b75926881e

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 1

Patch Set 3 : rebase #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -24 lines) Patch
M tracing/tracing/value/histogram.html View 1 2 11 chunks +56 lines, -13 lines 5 comments Download
M tracing/tracing/value/histogram_test.html View 1 2 4 chunks +49 lines, -11 lines 0 comments Download

Messages

Total messages: 26 (9 generated)
benjhayden
PTAL
3 years, 9 months ago (2017-03-14 20:34:27 UTC) #2
eakuefner
lgtm; i think it's ultimately up to tim what we end up adding here, so ...
3 years, 9 months ago (2017-03-17 20:14:21 UTC) #3
tdresser
Shall we wait for Deep to gather some data for us to look at before ...
3 years, 9 months ago (2017-03-17 21:18:41 UTC) #4
benjhayden
On 2017/03/17 at 21:18:41, tdresser wrote: > Shall we wait for Deep to gather some ...
3 years, 9 months ago (2017-03-17 21:52:43 UTC) #5
Liquan (Max) Gu
I have posted a report on the comparison of STD, MAD, AAD, IQR here: https://docs.google.com/document/d/1cu0h94BiL9BoBMSvAjNCZk1g4kixJvBTyOrUkUY3TwM/edit# ...
3 years, 8 months ago (2017-04-24 19:58:43 UTC) #7
benjhayden
On 2017/04/24 at 19:58:43, maxlg wrote: > I have posted a report on the comparison ...
3 years, 7 months ago (2017-05-03 17:42:24 UTC) #8
benjhayden
On 2017/05/03 at 17:42:24, benjhayden_OOO wrote: > On 2017/04/24 at 19:58:43, maxlg wrote: > > ...
3 years, 7 months ago (2017-05-03 17:50:31 UTC) #9
Liquan (Max) Gu
On 2017/05/03 17:50:31, benjhayden_OOO wrote: > On 2017/05/03 at 17:42:24, benjhayden_OOO wrote: > > On ...
3 years, 7 months ago (2017-05-03 17:55:56 UTC) #10
tdresser
On 2017/05/03 17:55:56, Liquan (Max) Gu wrote: > On 2017/05/03 17:50:31, benjhayden_OOO wrote: > > ...
3 years, 7 months ago (2017-05-09 15:33:55 UTC) #11
benjhayden
On 2017/05/09 at 15:33:55, tdresser wrote: > On 2017/05/03 17:55:56, Liquan (Max) Gu wrote: > ...
3 years, 7 months ago (2017-05-09 16:09:25 UTC) #12
benjhayden
PTAL
3 years, 7 months ago (2017-05-09 16:49:41 UTC) #13
eakuefner
still lgtm when tim is happy.
3 years, 7 months ago (2017-05-11 20:41:34 UTC) #14
tdresser
lgtm with nit. https://codereview.chromium.org/2746363003/diff/40001/tracing/tracing/value/histogram.html File tracing/tracing/value/histogram.html (right): https://codereview.chromium.org/2746363003/diff/40001/tracing/tracing/value/histogram.html#newcode133 tracing/tracing/value/histogram.html:133: ['std', true], Should std and avg ...
3 years, 7 months ago (2017-05-11 21:03:12 UTC) #15
benjhayden
https://codereview.chromium.org/2746363003/diff/40001/tracing/tracing/value/histogram.html File tracing/tracing/value/histogram.html (right): https://codereview.chromium.org/2746363003/diff/40001/tracing/tracing/value/histogram.html#newcode133 tracing/tracing/value/histogram.html:133: ['std', true], On 2017/05/11 at 21:03:12, tdresser wrote: > ...
3 years, 7 months ago (2017-05-11 21:24:15 UTC) #16
tdresser
https://codereview.chromium.org/2746363003/diff/40001/tracing/tracing/value/histogram.html File tracing/tracing/value/histogram.html (right): https://codereview.chromium.org/2746363003/diff/40001/tracing/tracing/value/histogram.html#newcode779 tracing/tracing/value/histogram.html:779: if (stat === 'percentile' || stat === 'iprs') { ...
3 years, 7 months ago (2017-05-12 12:31:17 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2746363003/40001
3 years, 7 months ago (2017-05-12 20:12:55 UTC) #23
commit-bot: I haz the power
3 years, 7 months ago (2017-05-12 20:14:13 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698