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

Unified Diff: tracing/tracing/ui/analysis/single_user_expectation_sub_view.html

Issue 1772833002: Remove SystemHealthMetric (fka RAILScore) (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: fix pi test Created 4 years, 9 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/ui/analysis/single_user_expectation_sub_view.html
diff --git a/tracing/tracing/ui/analysis/single_user_expectation_sub_view.html b/tracing/tracing/ui/analysis/single_user_expectation_sub_view.html
index 0fc0958eb6b1e5bed526e46914d4cb2fa24681af..c3998ff49d039d3fce8a915cb02f9d263cc29ef2 100644
--- a/tracing/tracing/ui/analysis/single_user_expectation_sub_view.html
+++ b/tracing/tracing/ui/analysis/single_user_expectation_sub_view.html
@@ -5,7 +5,6 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<link rel="import" href="/tracing/metrics/system_health/system_health_metric.html">
<link rel="import" href="/tracing/ui/analysis/analysis_sub_view.html">
<link rel="import" href="/tracing/ui/analysis/single_event_sub_view.html">
<link rel="import" href="/tracing/value/ui/time_duration_span.html">
@@ -50,7 +49,6 @@ found in the LICENSE file.
var ir = this.selection[0];
var metrics = [
- {name: 'System Health', metric: SystemHealthMetric},
{name: 'Responsiveness', metric: ResponsivenessMetric},
{name: 'Efficiency', metric: EfficiencyMetric}];
« no previous file with comments | « tracing/tracing/metrics/ui/system_health/system_health_span.html ('k') | tracing/tracing/ui/extras/chrome_config.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698