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

Side by Side Diff: tracing/trace_viewer.gypi

Issue 2415963002: [V8][Metric] Initial implementation of the RuntimeStatsMetric (Closed)
Patch Set: Rebase Created 4 years, 2 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 | « no previous file | tracing/tracing/extras/v8/runtime_stats_entry.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 # Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'tracing_css_files': [ 7 'tracing_css_files': [
8 'tracing/ui/base/line_chart.css', 8 'tracing/ui/base/line_chart.css',
9 'tracing/ui/base/list_view.css', 9 'tracing/ui/base/list_view.css',
10 'tracing/ui/base/pie_chart.css', 10 'tracing/ui/base/pie_chart.css',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'tracing/extras/tquery/context.html', 151 'tracing/extras/tquery/context.html',
152 'tracing/extras/tquery/filter.html', 152 'tracing/extras/tquery/filter.html',
153 'tracing/extras/tquery/filter_all_of.html', 153 'tracing/extras/tquery/filter_all_of.html',
154 'tracing/extras/tquery/filter_any_of.html', 154 'tracing/extras/tquery/filter_any_of.html',
155 'tracing/extras/tquery/filter_has_ancestor.html', 155 'tracing/extras/tquery/filter_has_ancestor.html',
156 'tracing/extras/tquery/filter_has_duration.html', 156 'tracing/extras/tquery/filter_has_duration.html',
157 'tracing/extras/tquery/filter_has_title.html', 157 'tracing/extras/tquery/filter_has_title.html',
158 'tracing/extras/tquery/filter_is_top_level.html', 158 'tracing/extras/tquery/filter_is_top_level.html',
159 'tracing/extras/tquery/filter_not.html', 159 'tracing/extras/tquery/filter_not.html',
160 'tracing/extras/tquery/tquery.html', 160 'tracing/extras/tquery/tquery.html',
161 'tracing/extras/v8/runtime_stats_entry.html',
161 'tracing/extras/v8/v8_cpu_profile_node.html', 162 'tracing/extras/v8/v8_cpu_profile_node.html',
162 'tracing/extras/v8/v8_gc_stats_thread_slice.html', 163 'tracing/extras/v8/v8_gc_stats_thread_slice.html',
163 'tracing/extras/v8/v8_thread_slice.html', 164 'tracing/extras/v8/v8_thread_slice.html',
164 'tracing/extras/v8_config.html', 165 'tracing/extras/v8_config.html',
165 'tracing/extras/vsync/vsync_auditor.html', 166 'tracing/extras/vsync/vsync_auditor.html',
166 'tracing/importer/context_processor.html', 167 'tracing/importer/context_processor.html',
167 'tracing/importer/empty_importer.html', 168 'tracing/importer/empty_importer.html',
168 'tracing/importer/find_input_expectations.html', 169 'tracing/importer/find_input_expectations.html',
169 'tracing/importer/find_load_expectations.html', 170 'tracing/importer/find_load_expectations.html',
170 'tracing/importer/find_startup_expectations.html', 171 'tracing/importer/find_startup_expectations.html',
(...skipping 15 matching lines...) Expand all
186 'tracing/metrics/system_health/long_tasks_metric.html', 187 'tracing/metrics/system_health/long_tasks_metric.html',
187 'tracing/metrics/system_health/memory_metric.html', 188 'tracing/metrics/system_health/memory_metric.html',
188 'tracing/metrics/system_health/power_metric.html', 189 'tracing/metrics/system_health/power_metric.html',
189 'tracing/metrics/system_health/responsiveness_metric.html', 190 'tracing/metrics/system_health/responsiveness_metric.html',
190 'tracing/metrics/system_health/system_health_metrics.html', 191 'tracing/metrics/system_health/system_health_metrics.html',
191 'tracing/metrics/system_health/utils.html', 192 'tracing/metrics/system_health/utils.html',
192 'tracing/metrics/system_health/webview_startup_metric.html', 193 'tracing/metrics/system_health/webview_startup_metric.html',
193 'tracing/metrics/tracing_metric.html', 194 'tracing/metrics/tracing_metric.html',
194 'tracing/metrics/v8/execution_metric.html', 195 'tracing/metrics/v8/execution_metric.html',
195 'tracing/metrics/v8/gc_metric.html', 196 'tracing/metrics/v8/gc_metric.html',
197 'tracing/metrics/v8/runtime_stats_metric.html',
196 'tracing/metrics/v8/utils.html', 198 'tracing/metrics/v8/utils.html',
197 'tracing/metrics/v8/v8_metrics.html', 199 'tracing/metrics/v8/v8_metrics.html',
198 'tracing/model/activity.html', 200 'tracing/model/activity.html',
199 'tracing/model/alert.html', 201 'tracing/model/alert.html',
200 'tracing/model/annotation.html', 202 'tracing/model/annotation.html',
201 'tracing/model/async_slice.html', 203 'tracing/model/async_slice.html',
202 'tracing/model/async_slice_group.html', 204 'tracing/model/async_slice_group.html',
203 'tracing/model/clock_sync_manager.html', 205 'tracing/model/clock_sync_manager.html',
204 'tracing/model/comment_box_annotation.html', 206 'tracing/model/comment_box_annotation.html',
205 'tracing/model/compound_event_selection_state.html', 207 'tracing/model/compound_event_selection_state.html',
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'tracing/ui/images/chrome-right.png', 535 'tracing/ui/images/chrome-right.png',
534 'tracing/ui/images/ui-states.png', 536 'tracing/ui/images/ui-states.png',
535 ], 537 ],
536 'tracing_files': [ 538 'tracing_files': [
537 '<@(tracing_css_files)', 539 '<@(tracing_css_files)',
538 '<@(tracing_js_html_files)', 540 '<@(tracing_js_html_files)',
539 '<@(tracing_img_files)', 541 '<@(tracing_img_files)',
540 ], 542 ],
541 } 543 }
542 } 544 }
OLDNEW
« no previous file with comments | « no previous file | tracing/tracing/extras/v8/runtime_stats_entry.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698