| Index: tracing/tracing/metrics/system_health/long_tasks_metric.html
|
| diff --git a/tracing/tracing/metrics/system_health/long_tasks_metric.html b/tracing/tracing/metrics/system_health/long_tasks_metric.html
|
| index 8bbf186030fea1e837b37f45300b32fe4172141d..77a8c77a0d8de509e5a679329cd5096881ba5f7f 100644
|
| --- a/tracing/tracing/metrics/system_health/long_tasks_metric.html
|
| +++ b/tracing/tracing/metrics/system_health/long_tasks_metric.html
|
| @@ -36,7 +36,7 @@ tr.exportTo('tr.metrics.sh', function() {
|
| thread, opt_range, cb, opt_this) {
|
| thread.sliceGroup.topLevelSlices.forEach(function(slice) {
|
| if (opt_range &&
|
| - !opt_range.intersectsExplicitRangeExclusive(slice.start, slice.end))
|
| + !opt_range.intersectsExplicitRangeInclusive(slice.start, slice.end))
|
| return;
|
|
|
| if (slice.duration < LONG_TASK_MS)
|
|
|