android13/external/perfetto
liiir1985 ad350b4d66 补上遗漏的文件 2024-07-01 23:19:47 +08:00
..
.github initial 2024-06-22 20:45:49 +08:00
bazel initial 2024-06-22 20:45:49 +08:00
build_overrides initial 2024-06-22 20:45:49 +08:00
buildtools initial 2024-06-22 20:45:49 +08:00
debian initial 2024-06-22 20:45:49 +08:00
docs initial 2024-06-22 20:45:49 +08:00
examples initial 2024-06-22 20:45:49 +08:00
gn initial 2024-06-22 20:45:49 +08:00
include initial 2024-06-22 20:45:49 +08:00
infra 补上遗漏的文件 2024-07-01 23:19:47 +08:00
protos initial 2024-06-22 20:45:49 +08:00
python initial 2024-06-22 20:45:49 +08:00
src initial 2024-06-22 20:45:49 +08:00
test initial 2024-06-22 20:45:49 +08:00
tools initial 2024-06-22 20:45:49 +08:00
ui initial 2024-06-22 20:45:49 +08:00
.clang-format initial 2024-06-22 20:45:49 +08:00
.clang-tidy initial 2024-06-22 20:45:49 +08:00
.gitattributes initial 2024-06-22 20:45:49 +08:00
.gn initial 2024-06-22 20:45:49 +08:00
.style.yapf initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
Android.bp.extras initial 2024-06-22 20:45:49 +08:00
BUILD initial 2024-06-22 20:45:49 +08:00
BUILD.extras initial 2024-06-22 20:45:49 +08:00
BUILD.gn initial 2024-06-22 20:45:49 +08:00
CHANGELOG initial 2024-06-22 20:45:49 +08:00
DIR_METADATA initial 2024-06-22 20:45:49 +08:00
LICENSE initial 2024-06-22 20:45:49 +08:00
METADATA initial 2024-06-22 20:45:49 +08:00
MODULE_LICENSE_APACHE2 initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
PRESUBMIT.py initial 2024-06-22 20:45:49 +08:00
PerfettoIntegrationTests.xml initial 2024-06-22 20:45:49 +08:00
README.chromium initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
TEST_MAPPING initial 2024-06-22 20:45:49 +08:00
WORKSPACE initial 2024-06-22 20:45:49 +08:00
codereview.settings initial 2024-06-22 20:45:49 +08:00
heapprofd.rc initial 2024-06-22 20:45:49 +08:00
meson.build initial 2024-06-22 20:45:49 +08:00
perfetto.rc initial 2024-06-22 20:45:49 +08:00
traced_perf.rc initial 2024-06-22 20:45:49 +08:00

README.md

Perfetto - System profiling, app tracing and trace analysis

Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.

See https://perfetto.dev/docs or the /docs/ directory for documentation.