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

Side by Side Diff: tracing/tracing/metrics/v8/runtime_stats_metric.html

Issue 2771723003: [tracing] Move math utilities from base into their own subdirectory (attempt 2) (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « tracing/tracing/metrics/v8/gc_metric.html ('k') | tracing/tracing/metrics/v8/utils.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/range.html"> 8 <link rel="import" href="/tracing/base/math/range.html">
9 <link rel="import" href="/tracing/base/unit.html"> 9 <link rel="import" href="/tracing/base/unit.html">
10 <link rel="import" href="/tracing/extras/v8/runtime_stats_entry.html"> 10 <link rel="import" href="/tracing/extras/v8/runtime_stats_entry.html">
11 <link rel="import" href="/tracing/metrics/metric_registry.html"> 11 <link rel="import" href="/tracing/metrics/metric_registry.html">
12 <link rel="import" href="/tracing/metrics/system_health/loading_metric.html"> 12 <link rel="import" href="/tracing/metrics/system_health/loading_metric.html">
13 <link rel="import" href="/tracing/value/histogram.html"> 13 <link rel="import" href="/tracing/value/histogram.html">
14 14
15 <script> 15 <script>
16 'use strict'; 16 'use strict';
17 17
18 tr.exportTo('tr.metrics.v8', function() { 18 tr.exportTo('tr.metrics.v8', function() {
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 246
247 tr.metrics.MetricRegistry.register(runtimeStatsTotalMetric); 247 tr.metrics.MetricRegistry.register(runtimeStatsTotalMetric);
248 tr.metrics.MetricRegistry.register(runtimeStatsMetric); 248 tr.metrics.MetricRegistry.register(runtimeStatsMetric);
249 249
250 return { 250 return {
251 runtimeStatsMetric, 251 runtimeStatsMetric,
252 runtimeStatsTotalMetric, 252 runtimeStatsTotalMetric,
253 }; 253 };
254 }); 254 });
255 </script> 255 </script>
OLDNEW
« no previous file with comments | « tracing/tracing/metrics/v8/gc_metric.html ('k') | tracing/tracing/metrics/v8/utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698