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.
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.