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

Unified Diff: tracing/tracing/value/merge_histograms_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/value/histograms_to_csv_cmdline.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/merge_histograms_cmdline.html
diff --git a/tracing/tracing/value/merge_histograms_cmdline.html b/tracing/tracing/value/merge_histograms_cmdline.html
index 7a9b49e24cde217e923982fcd31cf7c09220e98a..4c48c760d2feeb165f270d080aed0dfc9f3f123d 100644
--- a/tracing/tracing/value/merge_histograms_cmdline.html
+++ b/tracing/tracing/value/merge_histograms_cmdline.html
@@ -69,6 +69,7 @@ function stripInternalDiagnostics(mergedHistograms) {
if (tr.isHeadless) {
const histograms = new tr.v.HistogramSet();
histograms.importDicts(JSON.parse(tr.b.getSync('file://' + sys.argv[1])));
+ histograms.resolveRelatedHistograms();
histograms.buildGroupingsFromTags([tr.v.d.RESERVED_NAMES.STORY_TAGS]);
const groupingKeys = sys.argv.slice(2);
const groupings = groupingKeys.map(findGrouping);
« no previous file with comments | « tracing/tracing/value/histograms_to_csv_cmdline.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698