Frame profiler
Go to file
2022-06-27 17:37:12 -05:00
.github Merge pull request #412 from theblackunknown/fix-windows-vcpkg 2022-06-27 17:22:21 +02:00
.vscode
capture Use $(ProjectDir) for vcpkg msbuild without integration paths. 2022-06-18 17:28:56 +02:00
client Update ARM CPU part decoding. 2022-06-21 01:58:15 +02:00
common On ARM64 use ISB to yield CPU in spinlocks. 2022-06-23 01:15:55 +02:00
csvexport Use $(ProjectDir) for vcpkg msbuild without integration paths. 2022-06-18 17:28:56 +02:00
doc
examples
extra
getopt
icon Minimize SVG files. 2022-04-16 00:13:10 +02:00
imgui Update ImGui to 1.88 + docking. 2022-06-21 22:18:01 +02:00
import-chrome Use $(ProjectDir) for vcpkg msbuild without integration paths. 2022-06-18 17:28:56 +02:00
libbacktrace Fix macOS GCC 11/12 compile error 2022-06-27 17:37:12 -05:00
library
manual Merge pull request #401 from thedmd/inactive-allocations 2022-06-06 11:22:34 +02:00
nfd Switch NFD to NFD Extended. 2022-04-20 19:40:27 +02:00
profiler Merge pull request #412 from theblackunknown/fix-windows-vcpkg 2022-06-27 17:22:21 +02:00
server Extract common reference time processing to a function. 2022-06-22 01:56:31 +02:00
test
update Use $(ProjectDir) for vcpkg msbuild without integration paths. 2022-06-18 17:28:56 +02:00
vcpkg Fail with error code if install_vcpkg_dependencies.bat commands fail 2022-06-25 17:52:42 +02:00
zstd Bump zstd to 1.5.2. 2022-03-18 01:52:11 +01:00
.gitignore
AUTHORS
CMakeLists.txt
LICENSE
meson_options.txt
meson.build
NEWS Update NEWS. 2022-06-21 00:50:03 +02:00
README.md
TODO
Tracy.hpp
TracyC.h
TracyClient.cpp
TracyD3D11.hpp
TracyD3D12.hpp
TracyLua.hpp
TracyOpenCL.hpp
TracyOpenGL.hpp
TracyVulkan.hpp
vcpkg.json

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

  • Documentation for usage and build process instructions
  • Releases containing the documentation (tracy.pdf) and compiled Windows x64 binaries (Tracy-<version>.7z) as assets
  • Changelog

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