| 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_) {
|
|
|