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

Unified Diff: tracing/tracing/metrics/system_health/utils.html

Issue 2134753002: [metrics] Change rangeOfInterest logic of all metrics to include extrema (Closed) Base URL: git@github.com:catapult-project/catapult.git@metric_range
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tracing/tracing/metrics/system_health/responsiveness_metric.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/metrics/system_health/utils.html
diff --git a/tracing/tracing/metrics/system_health/utils.html b/tracing/tracing/metrics/system_health/utils.html
index 9e0d09bd32f7cc4ff2871fe4d4f5d93c58d475ca..64c8b8b4f49082942c7d98c3e2f9924f1f9116d2 100644
--- a/tracing/tracing/metrics/system_health/utils.html
+++ b/tracing/tracing/metrics/system_health/utils.html
@@ -29,7 +29,7 @@ tr.exportTo('tr.metrics.sh', function() {
return;
if (!opt_range ||
- opt_range.intersectsExplicitRangeExclusive(ir.start, ir.end))
+ opt_range.intersectsExplicitRangeInclusive(ir.start, ir.end))
filteredExpectations.push(ir);
});
return filteredExpectations;
« no previous file with comments | « tracing/tracing/metrics/system_health/responsiveness_metric.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698