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

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

Issue 2508643002: Convert Histograms to CSV. (Closed)
Patch Set: simplify test 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 | « tracing/tracing/value/histogram.html ('k') | tracing/tracing/value/histograms_to_csv_cmdline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/histogram_set.html
diff --git a/tracing/tracing/value/histogram_set.html b/tracing/tracing/value/histogram_set.html
index 370f0d585685c34dc0776b38ee1ec356ccee6eff..41317583991e70708e834b03013ae1994112e40d 100644
--- a/tracing/tracing/value/histogram_set.html
+++ b/tracing/tracing/value/histogram_set.html
@@ -60,7 +60,6 @@ tr.exportTo('tr.v', function() {
}
}
-
this.values_.set(hist.guid, hist);
}
@@ -241,8 +240,8 @@ tr.exportTo('tr.v', function() {
};
return {
- HistogramGrouping: HistogramGrouping,
- HistogramSet: HistogramSet
+ HistogramGrouping,
+ HistogramSet,
};
});
</script>
« no previous file with comments | « tracing/tracing/value/histogram.html ('k') | tracing/tracing/value/histograms_to_csv_cmdline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698