• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

bin/H16-Feb-2021-5131

catapult_build/H03-May-2022-2,5641,957

common/H16-Feb-2021-42,51234,992

dashboard/H16-Feb-2021-80,50063,933

dependency_manager/H16-Feb-2021-4,5403,753

devil/H16-Feb-2021-31,78524,888

docs/H16-Feb-2021-1,4171,078

experimental/H16-Feb-2021-20,23918,587

firefighter/H16-Feb-2021-1,8451,285

hooks/H16-Feb-2021-13790

infra/config/H16-Feb-2021-227207

netlog_viewer/H16-Feb-2021-899650

systrace/H16-Feb-2021-9,0777,154

telemetry/H16-Feb-2021-117,86792,450

third_party/H16-Feb-2021-1,448,2211,171,449

trace_processor/H16-Feb-2021-881618

tracing/H16-Feb-2021-25,13819,330

web_page_replay_go/H03-May-2022-4,1773,415

.eslintignoreH A D16-Feb-2021562 1310

.eslintrcH A D16-Feb-20214.6 KiB150149

.gcloudignoreH A D16-Feb-202146 54

.gitignoreH A D16-Feb-20211.2 KiB5339

.vpythonH A D16-Feb-20213.6 KiB154143

AUTHORSH A D16-Feb-2021671 2421

BUILD.gnH A D16-Feb-20213 KiB132122

CONTRIBUTING.mdH A D16-Feb-20214.6 KiB14298

LICENSEH A D16-Feb-20211.4 KiB2821

OWNERSH A D16-Feb-2021146 97

PRESUBMIT.pyH A D16-Feb-20215.2 KiB137112

README.mdH A D16-Feb-2021915 2715

WATCHLISTSH A D16-Feb-2021669 2825

codereview.settingsH A D16-Feb-2021222 76

generate_telemetry_build.pyH A D16-Feb-20218.1 KiB255209

navbar.mdH A D16-Feb-2021596 228

pylintrcH A D16-Feb-20212.1 KiB7748

README.md

1
2<!-- Copyright 2015 The Chromium Authors. All rights reserved.
3     Use of this source code is governed by a BSD-style license that can be
4     found in the LICENSE file.
5-->
6Catapult
7========
8
9Catapult is the home for several performance tools that span from gathering,
10displaying and analyzing performance data. This includes:
11
12 * [Trace-viewer](tracing/README.md)
13 * [Telemetry](telemetry/README.md)
14 * [Performance Dashboard](dashboard/README.md)
15 * [Systrace](systrace/README.md)
16 * [Web Page Replay](web_page_replay_go/README.md)
17
18These tools were created by Chromium developers for performance analysis,
19testing, and monitoring of Chrome, but they can also be used for analyzing and
20monitoring websites, and eventually Android apps.
21
22Contributing
23============
24Please see [our contributor's guide](CONTRIBUTING.md)
25
26<!-- **[Current build status](https://build.chromium.org/p/client.catapult/waterfall)** -->
27