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

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

Issue 3003163002: Add CsvOutputFormatter to Telemetry. (Closed)
Patch Set: Created 3 years, 4 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 | « tracing/tracing/base/unit.html ('k') | tracing/tracing/value/csv_builder.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/add_shared_diagnostic_cmdline.html
diff --git a/tracing/tracing/value/add_shared_diagnostic_cmdline.html b/tracing/tracing/value/add_shared_diagnostic_cmdline.html
index ff73963e404f53f7dd3f3ca9167731d2c26f5d89..aa7e508d866d21c31cb319c6477b7c1ec6a442d9 100644
--- a/tracing/tracing/value/add_shared_diagnostic_cmdline.html
+++ b/tracing/tracing/value/add_shared_diagnostic_cmdline.html
@@ -15,6 +15,7 @@ found in the LICENSE file.
if (tr.isHeadless) {
const histograms = new tr.v.HistogramSet();
histograms.importDicts(JSON.parse(tr.b.getSync('file://' + sys.argv[1])));
+ histograms.resolveRelatedHistograms();
histograms.addSharedDiagnostic(sys.argv[2], tr.v.d.Diagnostic.fromDict(
JSON.parse(tr.b.getSync('file://' + sys.argv[3]))));
console.log(JSON.stringify(histograms.asDicts()));
« no previous file with comments | « tracing/tracing/base/unit.html ('k') | tracing/tracing/value/csv_builder.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698