• Home
Name Date Size #Lines LOC

..--

.github/03-May-2024-74

bazel/03-May-2024-1,115983

build_overrides/03-May-2024-2220

buildtools/03-May-2024-8,1487,835

debian/03-May-2024-198152

docs/03-May-2024-14,34911,034

examples/03-May-2024-1,079656

gn/03-May-2024-4,8954,177

include/03-May-2024-31,56017,381

infra/03-May-2024-26,90924,429

protos/03-May-2024-41,46836,050

python/03-May-2024-8,8646,446

src/03-May-2024-377,256282,104

test/03-May-2024-154,281144,961

third_party/03-May-2024-43

tools/03-May-2024-13,4109,700

ui/03-May-2024-89,42571,852

.clang-formatD03-May-202423 21

.clang-tidyD03-May-2024540 76

.git-blame-ignore-revsD03-May-2024103 32

.gitattributesD03-May-202453 21

.gitignoreD03-May-2024345 3635

.gnD03-May-2024678 1715

.style.yapfD03-May-202430 32

Android.bpD03-May-2024617.8 KiB13,63213,075

Android.bp.extrasD03-May-20244.1 KiB164149

BUILDD03-May-2024209.6 KiB5,6065,253

BUILD.extrasD03-May-20242 KiB7565

BUILD.gnD03-May-202411 KiB331296

CHANGELOGD03-May-202441.4 KiB883802

DIR_METADATAD03-May-202477 54

LICENSED03-May-202410.4 KiB190158

METADATAD03-May-202439 43

MODULE_LICENSE_APACHE2D03-May-20241

OWNERSD03-May-20241.1 KiB4030

PRESUBMIT.pyD03-May-202411.7 KiB351270

PerfettoIntegrationTests.xmlD03-May-20241.4 KiB3115

README.chromiumD03-May-2024299 109

README.mdD03-May-2024456 107

TEST_MAPPINGD03-May-2024502 2827

WORKSPACED03-May-20241.1 KiB3226

codereview.settingsD03-May-2024176 65

heapprofd.rcD03-May-20242.1 KiB5448

meson.buildD03-May-20241.6 KiB6047

perfetto.rcD03-May-20245.2 KiB132111

traced_perf.rcD03-May-20242.1 KiB4844

README.chromium

1Name: Perfetto
2URL: https://android.googlesource.com/platform/external/perfetto/
3Version: unknown
4License: Apache2
5License File: LICENSE
6Security Critical: yes
7License Android Compatible: yes
8Description: Performance instrumentation and logging for Google client platforms
9Local Modifications: None
10

README.md

1# Perfetto - System profiling, app tracing and trace analysis
2
3Perfetto is a production-grade open-source stack for performance
4instrumentation and trace analysis. It offers services and libraries and for
5recording system-level and app-level traces, native + java heap profiling, a
6library for analyzing traces using SQL and a web-based UI to visualize and
7explore multi-GB traces.
8
9See https://perfetto.dev/docs or the /docs/ directory for documentation.
10