Chromium Code Reviews
Description[metrics] Change rangeOfInterest logic of all metrics to include extrema
This patch modifies all TBMv2 metrics in tracing/metrics to treat the
optional rangeOfInterest parameter as inclusive, i.e. to include its
maximum and minimum.
For example, given a range of interest [10s, 20s], user expectations
would/wouldn't be included in the calculation of the responsiveness
metric as follows:
rangeOfInterest Included
10 <-------> 20 Before : After
------------------+-----------+-----------------> ........:......
|<-u. exp.->| : : n : n
|<-u. exp.->| : n : Y (!)
|<-u. exp.->| : Y : Y
|<-u. exp.->| Y : Y
: |<-u. exp.->| Y : Y
: |<-u. exp.->| n : Y (!)
: : |<-u. exp.->| n : n
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/b8e157091d005b037430055b11b13c2b98982231
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 12 (6 generated)
|
|||||||||||||||||||||||||||||||||||||