tracy
by
wolfpld

Description: Frame profiler

View on GitHub ↗

Summary Information

Updated 2 hours ago
Added to GitGenius on November 22nd, 2025
Created on March 17th, 2020
Open Issues & Pull Requests: 248 (+0)
Number of forks: 1,256
Total Stargazers: 16,425 (+2)
Total Subscribers: 194 (+0)

Issue Activity (beta)

Open issues: 206
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 573 days
Stale 30+ days: 201
Stale 90+ days: 184

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • enhancement (70)
  • bug (36)
  • awaiting response (10)
  • documentation (10)
  • help wanted (8)
  • windows (8)
  • good first issue (6)
  • question (6)

Most active issues this week

Repository Insights (GitGenius)

Median issue/PR response: 17.2 hours
Mean response time: 166.6 days
90th percentile: 719.6 days
Tracked items: 388

Most active contributors

Detailed Description

Tracy is a real-time profiler designed for games and other applications, offering nanosecond resolution telemetry and hybrid frame and sampling profiling capabilities. Written in C++, it provides remote profiling functionality that allows developers to analyze performance data from running applications across network connections. The profiler supports multiple profiling domains including CPU, GPU, memory allocations, locks, and context switches, making it a comprehensive tool for performance analysis in complex applications.

The profiler offers direct integration support for C, C++, Lua, Python, and Fortran, with third-party bindings available for numerous other languages including Rust, Zig, C#, OCaml, and Odin. GPU profiling extends across all major graphics and compute APIs including OpenGL, Vulkan, Direct3D 11 and 12, Metal, OpenCL, CUDA, and WebGPU. Beyond traditional profiling metrics, Tracy includes distinctive features such as the ability to automatically attribute screenshots to captured frames, providing visual context for performance analysis.

The repository maintains active development with substantial community engagement. GitGenius tracking shows 387 issues and pull requests with a median response latency of 17.2 hours, indicating responsive maintenance. The primary maintainer wolfpld has logged 419 events in the tracked system, with significant contributions from Lectem (231 events) and slomp (91 events). Enhancement requests represent the most common issue type with 56 tracked items, followed by 26 bug reports, demonstrating ongoing feature development alongside stability improvements.

Tracy's influence extends across the broader development ecosystem, with overlapping contributors linking it to major language repositories including ziglang/zig, rust-lang/rust, and golang/go. This cross-pollination suggests the profiler has gained adoption among developers working with multiple programming languages and platforms. The project provides comprehensive documentation available in PDF format through its releases, along with compiled Windows x64 binaries for immediate use.

The profiler's evolution is well-documented through a series of feature introduction videos spanning versions 0.2 through 0.8, with a notable CppCon 2023 presentation by Marcos Slomp providing an introduction to Tracy's capabilities in the C++ context. An interactive demo is available on the project's website at tracy.nereid.pl, allowing potential users to explore the profiler's interface and capabilities before integration. The combination of comprehensive profiling features, multi-language support, remote telemetry capabilities, and active maintenance positions Tracy as a significant tool in the performance analysis landscape for game development and other performance-critical applications.

tracy
by
wolfpldwolfpld/tracy

Repository Details

Fetching additional details & charts...