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

Unified Diff: tracing/tracing/value/chart_json_converter.html

Issue 2531423002: Plumb label, benchmarkStartMs thru ChartJsonConverter. (Closed)
Patch Set: fix style Created 4 years, 1 month 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/internal/results/html2_output_formatter.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/chart_json_converter.html
diff --git a/tracing/tracing/value/chart_json_converter.html b/tracing/tracing/value/chart_json_converter.html
index dd5d25d585f46e9a3f7e80856db4996daabd62f9..36893defb01511aad0d9cf821be84dd1573ea46e 100644
--- a/tracing/tracing/value/chart_json_converter.html
+++ b/tracing/tracing/value/chart_json_converter.html
@@ -45,6 +45,8 @@ tr.exportTo('tr.v', function() {
storyDisplayName: storyName,
legacyTIRLabel: value.tir_label,
benchmarkName: charts.benchmark_name,
+ label: charts.label,
+ benchmarkStartMs: charts.benchmarkStartMs,
});
iterationInfo.addToValue(hist);
« no previous file with comments | « telemetry/telemetry/internal/results/html2_output_formatter.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698