# google/perfetto

Production-grade client-side tracing, profiling, and analysis for complex software systems.

Repository: https://github.com/google/perfetto
Canonical: https://ross.abutalabs.com/products/perfetto
Homepage: https://www.perfetto.dev
Language: C++
License: Apache-2.0
License Family: permissive
Last push: 2026-08-26T23:31:23+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 2458, "days_push": 7, "days_rel": 9, "gap_med": 35.0, "n_releases_24m": 17}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6393, forks 862 (observed 2026-08-28T04:09:43.038070+00:00)

## What it is
Perfetto is an open-source suite of SDKs, daemons, and tools for production-grade system profiling, app tracing, and trace analysis on client and embedded systems. It is the default tracing system for Android and Chromium, offering a low-overhead C++ tracing SDK, OS-level probes, a browser-based trace viewer, and a SQL-based trace analysis engine.

## Use cases
- debug android app jank and slow startups
- profile cpu and memory usage on linux
- instrument c++ application with trace points
- visualize large multi-gb traces on a timeline
- query traces with sql to extract metrics
- trace linux kernel scheduling and syscalls
- analyze chrome json traces and perf data
- root-cause anrs and low memory kills on android

## When to choose
- you need low-overhead tracing on android or linux
- you want to correlate app-level events with system-wide profiling data
- you need to analyze very large traces with sql
- you want a browser-based offline trace viewer
- you are developing for android or chromium

## When to avoid
- you need distributed tracing across many machines like jaeger or zipkin
- you only need simple application logging rather than timeline tracing
- you need a managed cloud profiling service
- your target platform is not android, linux, or a browser

## Facets
- artifact type: framework
- maturity: stable
- function: tracing, monitoring, benchmarking, data-visualization, analytics
- domain: developer-tools, performance, operating-systems, mobile-development, web-development
- platform: windows, browser, cpp, python
- tags: trace-viewer, ftrace, system-profiling, sql-trace-analysis, android-tracing, chromium-tracing, heap-profiling, callstack-sampling, linux, macos, android

## Member repositories
- google/perfetto (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:43.038070+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:45:02.803906+00:00, confidence not recorded.
  - readme: https://github.com/google/perfetto (fetched 2026-08-28T04:09:43.038070+00:00, sha dca1923ceb50)
  - homepage: https://www.perfetto.dev (fetched 2026-08-29T08:42:01.464347+00:00, sha 3d0afc20e196)
  - site_page: https://perfetto.dev/docs (fetched 2026-08-29T08:42:01.473524+00:00, sha e6be1c4931bb)
  - site_page: https://perfetto.dev/docs/contributing/getting-started (fetched 2026-08-29T08:42:01.475703+00:00, sha e234f92a97c0)
  - site_page: https://perfetto.dev/docs/quickstart/android-tracing (fetched 2026-08-29T08:42:01.477546+00:00, sha de933cc5ebff)
  - site_page: https://perfetto.dev/docs/instrumentation/tracing-sdk (fetched 2026-08-29T08:42:01.479174+00:00, sha 7316a2d01b33)
  - site_page: https://perfetto.dev/docs/analysis/trace-processor (fetched 2026-08-29T08:42:01.481276+00:00, sha 6c17652e9913)
- Data as of 2026-08-30T08:39:29.467469+00:00.
