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

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

Issue 2000063006: Define DiagnosticMap and a basic Diagnostic hierarchy (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 4 years, 7 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/first_paint_metric.html
diff --git a/tracing/tracing/metrics/system_health/first_paint_metric.html b/tracing/tracing/metrics/system_health/first_paint_metric.html
index e9958f7fecd6c602fc6ec5a2d44da4f992c8992d..8b1bfd17dcb177814e0821828de83bebe7642db6 100644
--- a/tracing/tracing/metrics/system_health/first_paint_metric.html
+++ b/tracing/tracing/metrics/system_health/first_paint_metric.html
@@ -200,7 +200,7 @@ tr.exportTo('tr.metrics.sh', function() {
histogram.add(timeToEvent, {url: url});
}, this);
values.addValue(new tr.v.NumericValue(
- model.canonicalUrl, metric.valueName, histogram,
+ metric.valueName, histogram,
{ description: metric.description }));
}, this);
}
« no previous file with comments | « tracing/tracing/metrics/system_health/efficiency_metric.html ('k') | tracing/tracing/metrics/system_health/hazard_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698