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

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

Issue 2474573002: Convert chart-json to Histograms. (Closed)
Patch Set: test with tir label 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
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..69a367621e03a9647951685f5d555be9fcd2ab0e 100644
--- a/tracing/tracing/value/histogram_set.html
+++ b/tracing/tracing/value/histogram_set.html
@@ -236,6 +236,9 @@ tr.exportTo('tr.v', function() {
STORY_NAME: new HistogramGrouping('story',
h => tr.v.d.IterationInfo.getField(h, 'storyDisplayName', '')),
+ LEGACY_TIR_LABEL: new HistogramGrouping('tir',
+ h => tr.v.d.IterationInfo.getField(h, 'legacyTIRLabel', '')),
eakuefner 2016/11/18 21:37:11 nit: your indentation isn't style-guide compliant.
+
DISPLAY_LABEL: new HistogramGrouping('label',
h => tr.v.d.IterationInfo.getField(h, 'displayLabel', 'Value'))
};

Powered by Google App Engine
This is Rietveld 408576698