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

Side by Side Diff: tracing/tracing/value/diagnostics/related_histogram_set.html

Issue 2995843002: Merge iteration_helpers into utils.html. (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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved. 3 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <link rel="import" href="/tracing/base/iteration_helpers.html"> 8 <link rel="import" href="/tracing/base/utils.html">
9 <link rel="import" href="/tracing/value/diagnostics/diagnostic.html"> 9 <link rel="import" href="/tracing/value/diagnostics/diagnostic.html">
10 <link rel="import" href="/tracing/value/diagnostics/histogram_ref.html"> 10 <link rel="import" href="/tracing/value/diagnostics/histogram_ref.html">
11 11
12 <script> 12 <script>
13 'use strict'; 13 'use strict';
14 14
15 tr.exportTo('tr.v.d', function() { 15 tr.exportTo('tr.v.d', function() {
16 class RelatedHistogramSet extends tr.v.d.Diagnostic { 16 class RelatedHistogramSet extends tr.v.d.Diagnostic {
17 constructor(opt_histograms) { 17 constructor(opt_histograms) {
18 super(); 18 super();
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 151
152 tr.v.d.Diagnostic.register(RelatedHistogramSet, { 152 tr.v.d.Diagnostic.register(RelatedHistogramSet, {
153 elementName: 'tr-v-ui-related-histogram-set-span' 153 elementName: 'tr-v-ui-related-histogram-set-span'
154 }); 154 });
155 155
156 return { 156 return {
157 RelatedHistogramSet, 157 RelatedHistogramSet,
158 }; 158 };
159 }); 159 });
160 </script> 160 </script>
OLDNEW
« no previous file with comments | « tracing/tracing/value/diagnostics/related_histogram_map.html ('k') | tracing/tracing/value/histogram.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698