blob: d90cda7f00920d85aa24cd55b6cc26f33a7a5d13 [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.
-->
<!--
The chrome config is heavily used:
- chrome://tracing,
- trace2html, which in turn implies
- adb_profile_chrome
- telemetry
-->
<!-- Chrome also supports systrace & lean config -->
<link rel="import" href="/extras/systrace_config.html">
<link rel="import" href="/extras/lean_config.html">
<!-- General importers -->
<link rel="import" href="/extras/importer/gzip_importer.html">
<link rel="import" href="/extras/importer/zip_importer.html">
<!--- Domain specific importers -->
<link rel="import" href="/extras/importer/v8/v8_log_importer.html">
<link rel="import" href="/extras/importer/etw/etw_importer.html">
<link rel="import" href="/extras/importer/trace2html_importer.html">
<!-- Lots of chrome-specific extras -->
<link rel="import" href="/extras/cc/cc.html">
<link rel="import" href="/extras/tcmalloc/tcmalloc.html">
<link rel="import" href="/extras/net/net.html">
<link rel="import" href="/extras/system_stats/system_stats.html">
<link rel="import" href="/extras/gpu/gpu.html">
<!-- Side panels are chrome-only for now -->
<link rel="import" href="/extras/side_panel/input_latency.html">
<link rel="import" href="/extras/side_panel/time_summary.html">
<!-- Sample analysis is chrome-only because it brings in D3 which is HUGE -->
<link rel="import" href="/extras/analysis/sampling_summary.html">
<!-- Auditors are fun -->
<link rel="import" href="/extras/audits/chrome_auditor.html">