Frame profiler
Go to file
2023-09-11 15:12:58 +02:00
.github
.vscode
capture
common Allow manual disabling of libtbb linkage. 2022-09-29 01:41:35 +02:00
csvexport
doc
dtl Add Diff Template Library 1.20. 2022-12-23 19:40:58 +01:00
examples Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
extra
getopt
icon
imgui Update ImGui to 1.89.5 + docking. 2023-04-16 00:22:05 +02:00
import-chrome Properly call make from within makefiles. 2023-05-23 22:42:53 +02:00
library
manual
nfd
profiler Fix macOS DPI scaling 2023-08-23 12:24:22 +02:00
public Fixed Vulkan query id generation not being thread safe 2023-09-11 15:12:58 +02:00
server Reduce number of worker threads used for render tasks. 2023-08-05 12:01:36 +02:00
test
update
vcpkg
zstd
.clang-tidy
.gitignore Ignore obj files. 2023-05-22 21:09:38 +02:00
AUTHORS
CMakeLists.txt
Config.cmake.in fix missing dependendency on install 2023-05-18 09:39:10 +01:00
LICENSE
meson_options.txt
meson.build add version to meson.build 'project()' 2023-03-22 21:06:03 -05:00
NEWS
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