| Index: tracing/tracing/metrics/system_health/responsiveness_metric.html
|
| diff --git a/tracing/tracing/metrics/system_health/responsiveness_metric.html b/tracing/tracing/metrics/system_health/responsiveness_metric.html
|
| index 99b61e6e17e00edbb91cf5e923a28289e9831364..84d713b611a8825a0d66cee92334c927906e568a 100644
|
| --- a/tracing/tracing/metrics/system_health/responsiveness_metric.html
|
| +++ b/tracing/tracing/metrics/system_health/responsiveness_metric.html
|
| @@ -85,7 +85,7 @@ tr.exportTo('tr.metrics.sh', function() {
|
|
|
| model.userModel.expectations.forEach(function(ue) {
|
| if (opt_options && opt_options.rangeOfInterest &&
|
| - !opt_options.rangeOfInterest.intersectsExplicitRangeExclusive(
|
| + !opt_options.rangeOfInterest.intersectsExplicitRangeInclusive(
|
| ue.start, ue.end))
|
| return;
|
|
|
|
|