blob: b67debfcd4746afc60d1d26fee319fcc5789856c [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright (c) 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/tracing/extras/chrome_config.html">
<!--
The chrome config is heavily used:
- chrome://tracing,
- trace2html, which in turn implies
- adb_profile_chrome
- telemetry
-->
<!-- Core UI configs -->
<link rel="import" href="/tracing/ui/base/ui.html">
<link rel="import" href="/tracing/ui/timeline_view.html">
<!-- Lots of chrome-specific extras -->
<link rel="import" href="/tracing/ui/extras/chrome/cc/cc.html">
<link rel="import" href="/tracing/ui/extras/chrome/gpu/gpu.html">
<link rel="import" href="/tracing/ui/extras/system_stats/system_stats.html">
<link rel="import" href="/tracing/ui/extras/tcmalloc/tcmalloc.html">
<!-- Side panels -->
<link rel="import" href="/tracing/ui/extras/side_panel/input_latency_side_panel.html">
<link rel="import" href="/tracing/ui/extras/side_panel/time_summary_side_panel.html">
<!-- Sample analysis is chrome-only because it brings in D3 which is HUGE -->
<link rel="import" href="/tracing/ui/extras/analysis/sampling_summary.html">
<!-- RAIL is fun too -->
<link rel="import" href="/tracing/ui/extras/rail/rail_score_side_panel.html">