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

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

Issue 3005203002: Add traceUrls to CSVs. (Closed)
Patch Set: rebase Created 3 years, 3 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/value/csv_builder.html
diff --git a/tracing/tracing/value/csv_builder.html b/tracing/tracing/value/csv_builder.html
index 6ea0e9d35f8cd1aef1afccd8f641e890fa2eda89..d3a8f8a5490794784edbf2da3e4384af79335b14 100644
--- a/tracing/tracing/value/csv_builder.html
+++ b/tracing/tracing/value/csv_builder.html
@@ -33,6 +33,9 @@ tr.exportTo('tr.v', function() {
if (key === 'name') continue;
this.groupings_.push(grouping);
}
+ this.groupings_.push(new tr.v.GenericSetGrouping(
+ tr.v.d.RESERVED_NAMES.TRACE_URLS));
+
this.groupings_.sort((a, b) => a.key.localeCompare(b.key));
for (const hist of this.histograms_) {
« no previous file with comments | « telemetry/telemetry/internal/results/csv_output_formatter_unittest.py ('k') | tracing/tracing/value/csv_builder_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698