tracy/README.md

29 lines
2.0 KiB
Markdown
Raw Normal View History

2017-09-28 22:21:50 +00:00
# Tracy Profiler
2020-03-29 11:54:05 +00:00
[![Sponsor](.github/sponsor.png)](https://github.com/sponsors/wolfpld/)
2020-06-06 10:36:44 +00:00
### A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.
2019-02-19 19:46:17 +00:00
2024-09-10 17:09:25 +00:00
Tracy supports profiling CPU (Direct support is provided for C, C++, Lua and Python 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/nektro/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.
2019-02-19 19:46:17 +00:00
- [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-<version>.7z`) as assets
- [Changelog](NEWS)
2022-10-02 12:15:13 +00:00
- [Interactive demo](https://tracy.nereid.pl/)
2017-09-28 22:21:50 +00:00
2020-02-29 19:09:48 +00:00
![](doc/profiler.png)
![](doc/profiler2.png)
2022-04-06 00:26:36 +00:00
![](doc/profiler3.png)
2024-03-07 16:49:39 +00:00
[An Introduction to Tracy Profiler in C++ - Marcos Slomp - CppCon 2023](https://youtu.be/ghXk3Bk5F2U?t=37)
2018-07-03 19:50:38 +00:00
[Introduction to Tracy Profiler v0.2](https://www.youtube.com/watch?v=fB5B46lbapc)
2018-10-09 17:36:46 +00:00
[New features in Tracy Profiler v0.3](https://www.youtube.com/watch?v=3SXpDpDh2Uo)
2019-08-10 20:07:14 +00:00
[New features in Tracy Profiler v0.4](https://www.youtube.com/watch?v=eAkgkaO8B9o)
2019-11-17 18:56:26 +00:00
[New features in Tracy Profiler v0.5](https://www.youtube.com/watch?v=P6E7qLMmzTQ)
2020-06-11 12:30:08 +00:00
[New features in Tracy Profiler v0.6](https://www.youtube.com/watch?v=uJkrFgriuOo)
2022-03-31 00:13:31 +00:00
[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)