Frame profiler
Go to file
Marcos Slomp 996987b966 scoping
2023-09-11 12:59:48 -07:00
.github Fix and test TRACY_DEMANGLE for TracyClient 2023-09-06 01:28:58 +02:00
.vscode
capture
common
csvexport
doc
dtl Add Diff Template Library 1.20. 2022-12-23 19:40:58 +01:00
examples
extra Add images for more proper zigzag mip chain. 2023-04-29 12:47:29 +02:00
getopt
icon
imgui
import-chrome
library
manual
nfd Update nfd-extended to 1.0.2. 2023-04-05 17:19:48 +02:00
profiler
public scoping 2023-09-11 12:59:48 -07:00
server Reduce number of worker threads used for render tasks. 2023-08-05 12:01:36 +02:00
test
update
vcpkg Fail with error code if install_vcpkg_dependencies.bat commands fail 2022-06-25 17:52:42 +02:00
zstd Update zstd to 1.5.5. 2023-04-05 17:16:24 +02:00
.clang-tidy
.gitignore
AUTHORS
CMakeLists.txt
Config.cmake.in
LICENSE
meson_options.txt
meson.build
NEWS Adjust language to no longer specify "all cores". 2023-08-05 12:08:29 +02:00
README.md
vcpkg.json
version.cmake

Tracy Profiler

Sponsor

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++, and Lua integration. At the same time, third-party bindings to many other languages exist on the internet, such as Rust, Zig, C#, OCaml, Odin, etc.), GPU (All major graphic APIs: OpenGL, Vulkan, Direct3D 11/12, OpenCL.), memory allocations, locks, context switches, automatically attribute screenshots to captured frames, and much more.

Introduction to Tracy Profiler v0.2
New features in Tracy Profiler v0.3
New features in Tracy Profiler v0.4
New features in Tracy Profiler v0.5
New features in Tracy Profiler v0.6
New features in Tracy Profiler v0.7
New features in Tracy Profiler v0.8