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

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

Issue 1964663003: [telemetry] Add Html2OutputFormatter for generating results2.html (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: comments 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
« no previous file with comments | « telemetry/telemetry/web_perf/timeline_based_measurement.py ('k') | tracing/tracing/metrics/value_set.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bfeb315f90650487c2fd15a33ec5b0cdc1054579..63c106b5eca3250c43263175b2d7173e89de4f1a 100644
--- a/tracing/tracing/metrics/system_health/responsiveness_metric.html
+++ b/tracing/tracing/metrics/system_health/responsiveness_metric.html
@@ -70,7 +70,8 @@ tr.exportTo('tr.metrics.sh', function() {
tr.b.Range.fromExplicitRange(0, 300), 60);
function responsivenessMetric(values, model) {
- tr.metrics.sh.firstPaintMetric(values, model);
+ // TODO(benjhayden): Add categories to benchmark to support:
+ // tr.metrics.sh.firstPaintMetric(values, model);
var responseNumeric = RESPONSE_NUMERIC_BUILDER.build();
var throughputNumeric = THROUGHPUT_NUMERIC_BUILDER.build();
« no previous file with comments | « telemetry/telemetry/web_perf/timeline_based_measurement.py ('k') | tracing/tracing/metrics/value_set.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698