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

Unified Diff: tracing/tracing/metrics/system_health/responsiveness_metric.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
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;
« no previous file with comments | « tracing/tracing/metrics/system_health/long_tasks_metric.html ('k') | tracing/tracing/metrics/system_health/utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698