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

Unified Diff: tracing/tracing/metrics/system_health/responsiveness_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/responsiveness_metric.html
diff --git a/tracing/tracing/metrics/system_health/responsiveness_metric.html b/tracing/tracing/metrics/system_health/responsiveness_metric.html
index 6abb50a40ef1eb39c77831e406ff33a0fb99a03e..62e13b521998ae6910391f0f138b5095d71567d3 100644
--- a/tracing/tracing/metrics/system_health/responsiveness_metric.html
+++ b/tracing/tracing/metrics/system_health/responsiveness_metric.html
@@ -127,14 +127,14 @@ tr.exportTo('tr.metrics.sh', function() {
});
values.addValue(new tr.v.NumericValue(
- model.canonicalUrl, 'response latency', responseNumeric));
+ 'response latency', responseNumeric));
values.addValue(new tr.v.NumericValue(
- model.canonicalUrl, 'animation throughput', throughputNumeric));
+ 'animation throughput', throughputNumeric));
values.addValue(new tr.v.NumericValue(
- model.canonicalUrl, 'animation frameTimeDiscrepancy',
+ 'animation frameTimeDiscrepancy',
frameTimeDiscrepancyNumeric));
values.addValue(new tr.v.NumericValue(
- model.canonicalUrl, 'animation latency', latencyNumeric));
+ 'animation latency', latencyNumeric));
}
tr.metrics.MetricRegistry.register(responsivenessMetric);
« no previous file with comments | « tracing/tracing/metrics/system_health/power_metric_test.html ('k') | tracing/tracing/metrics/tracing_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698