# wolfpld/tracy

Frame profiler

Repository: https://github.com/wolfpld/tracy
Canonical: https://ross.abutalabs.com/products/tracy
Homepage: https://tracy.nereid.pl/
Language: C++
License: NOASSERTION
License Family: other
Topics: profiler, gamedev, gamedev-library, library, performance, performance-analysis, profiling, profiling-library, gamedevelopment
Last push: 2026-08-25T15:52:29+00:00

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

## Adoption (not part of the score)
Stars 16669, forks 1224 (observed 2026-08-28T04:11:16.952532+00:00)

## What it is
Tracy is a real-time, nanosecond-resolution, hybrid frame and sampling profiler for games and other applications. It supports CPU and GPU profiling, memory allocation tracking, lock contention, and context switches, with integrations for C, C++, Lua, Python, Fortran and third-party bindings for many other languages.

## Use cases
- profile frame times in a game engine
- find CPU hotspots in a C++ application
- trace GPU workloads across Vulkan or Direct3D
- track memory allocations and lock contention
- profile a Lua or Python codebase
- capture remote telemetry from a running application

## When to choose
- you need nanosecond-resolution frame or sampling profiling
- you are developing a game or real-time application and need frame-level insight
- you want combined CPU, GPU, memory, and lock profiling in one tool
- you need remote telemetry profiling of a live application

## When to avoid
- you only need simple benchmark timing without deep profiling
- your language has no Tracy integration and you cannot add one
- you need a fully non-invasive profiler with zero code instrumentation

## Facets
- artifact type: library
- maturity: stable
- function: monitoring, tracing, benchmarking, developer-tools
- domain: performance, developer-tools
- platform: windows, cpp, python, cross-platform
- tags: profiler, frame-profiler, sampling-profiler, gpu-profiling, telemetry, gamedev, game-development, linux, macos

## Member repositories
- wolfpld/tracy (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:16.952532+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:04:48.588801+00:00, confidence not recorded.
  - readme: https://github.com/wolfpld/tracy (fetched 2026-08-28T04:11:16.952532+00:00, sha 0f019897e294)
  - homepage: https://tracy.nereid.pl/ (fetched 2026-08-29T08:02:00.127076+00:00, sha b64cc7dd0cf3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
