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

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

Issue 1992303003: Refactor hazardMetric (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: fixing Created 4 years, 6 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/long_tasks_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/system_health_metrics.html
diff --git a/tracing/tracing/metrics/system_health/system_health_metrics.html b/tracing/tracing/metrics/system_health/system_health_metrics.html
index 46adc1e63333edae55730a83d23c1d09e7fd8445..723e526b5544140c160e52d49fa1284f4ed49b8d 100644
--- a/tracing/tracing/metrics/system_health/system_health_metrics.html
+++ b/tracing/tracing/metrics/system_health/system_health_metrics.html
@@ -7,6 +7,7 @@ found in the LICENSE file.
<link rel="import" href="/tracing/metrics/system_health/efficiency_metric.html">
<link rel="import" href="/tracing/metrics/system_health/hazard_metric.html">
+<link rel="import" href="/tracing/metrics/system_health/long_tasks_metric.html">
<link rel="import" href="/tracing/metrics/system_health/power_metric.html"
<link rel="import"
href="/tracing/metrics/system_health/responsiveness_metric.html">
@@ -18,6 +19,7 @@ tr.exportTo('tr.metrics.sh', function() {
function systemHealthMetrics(values, model) {
tr.metrics.sh.responsivenessMetric(values, model);
tr.metrics.sh.efficiencyMetric(values, model);
+ tr.metrics.sh.longTasksMetric(values, model);
tr.metrics.sh.hazardMetric(values, model);
tr.metrics.sh.powerMetric(values, model);
}
« no previous file with comments | « tracing/tracing/metrics/system_health/long_tasks_metric.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698