https://github.com/wolfpld/tracy
  
  
    Frame profiler 
    https://github.com/wolfpld/tracy
  
gamedev gamedev-library gamedevelopment library performance performance-analysis profiler profiling profiling-library
        Last synced: 6 months ago 
        JSON representation
    
Frame profiler
- Host: GitHub
 - URL: https://github.com/wolfpld/tracy
 - Owner: wolfpld
 - License: other
 - Created: 2020-03-17T19:43:04.000Z (over 5 years ago)
 - Default Branch: master
 - Last Pushed: 2025-05-11T12:17:51.000Z (6 months ago)
 - Last Synced: 2025-05-12T02:40:37.994Z (6 months ago)
 - Topics: gamedev, gamedev-library, gamedevelopment, library, performance, performance-analysis, profiler, profiling, profiling-library
 - Language: C++
 - Homepage: https://tracy.nereid.pl/
 - Size: 28.6 MB
 - Stars: 11,661
 - Watchers: 97
 - Forks: 791
 - Open Issues: 215
 - 
            Metadata Files:
            
- Readme: README.md
 - Changelog: NEWS
 - Funding: .github/FUNDING.yml
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-projects - github - A real time, nanosecond resolution, remote telemetry frame profiler for games and other applications. (Libraries / Benchmark / Profile)
 - awesome-real-time-AI - Tracy Profiler
 - awesome-performance - Tracy - a hybrid frame and sampling profiler for games and other applications
 - awesome-robotic-tooling - tracy - A real time, nanosecond resolution, remote telemetry frame profiler for games and other applications. (Development Environment / Debugging and Tracing)
 - awesome-list - Tracy - A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications. (Debugging & Profiling & Tracing / For C++/C)
 - awesome-cpp-programming-language - Tracy Profiler - A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling [profiler](https://tracy.nereid.pl/) for games and other applications. (Performance Analysis and Debugging Tool / RPC (_Remote Procedure Call_))
 - awesome-cpp-programming-language - Tracy Profiler - A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling [profiler](https://tracy.nereid.pl/) for games and other applications. (Performance Analysis and Debugging Tool / RPC (_Remote Procedure Call_))
 
README
          # Tracy Profiler
[](https://github.com/sponsors/wolfpld/)
### A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.
Tracy supports profiling CPU (Direct support is provided for C, C++, Lua, Python and Fortran integration. At the same time, third-party bindings to many other languages exist on the internet, such as [Rust](https://github.com/nagisa/rust_tracy_client), [Zig](https://github.com/tealsnow/zig-tracy), [C#](https://github.com/clibequilibrium/Tracy-CSharp), [OCaml](https://github.com/imandra-ai/ocaml-tracy), [Odin](https://github.com/oskarnp/odin-tracy), etc.), GPU (All major graphic APIs: OpenGL, Vulkan, Direct3D 11/12, Metal, OpenCL.), memory allocations, locks, context switches, automatically attribute screenshots to captured frames, and much more.
- [Documentation](https://github.com/wolfpld/tracy/releases/latest/download/tracy.pdf) for usage and build process instructions
- [Releases](https://github.com/wolfpld/tracy/releases) containing the documentation (`tracy.pdf`) and compiled Windows x64 binaries (`Tracy-.7z`) as assets
- [Changelog](NEWS)
- [Interactive demo](https://tracy.nereid.pl/)



[An Introduction to Tracy Profiler in C++ - Marcos Slomp - CppCon 2023](https://youtu.be/ghXk3Bk5F2U?t=37)
[Introduction to Tracy Profiler v0.2](https://www.youtube.com/watch?v=fB5B46lbapc)  
[New features in Tracy Profiler v0.3](https://www.youtube.com/watch?v=3SXpDpDh2Uo)  
[New features in Tracy Profiler v0.4](https://www.youtube.com/watch?v=eAkgkaO8B9o)  
[New features in Tracy Profiler v0.5](https://www.youtube.com/watch?v=P6E7qLMmzTQ)  
[New features in Tracy Profiler v0.6](https://www.youtube.com/watch?v=uJkrFgriuOo)  
[New features in Tracy Profiler v0.7](https://www.youtube.com/watch?v=_hU7vw00MZ4)  
[New features in Tracy Profiler v0.8](https://www.youtube.com/watch?v=30wpRpHTTag)