Frame profiler
Go to file
2022-04-27 01:39:51 +02:00
.github
.vscode
capture
client It's Debian, it's always Debian. 2022-04-26 22:19:32 +02:00
common Add missing includes. 2022-04-26 22:01:09 +02:00
csvexport
doc
examples remove blocking collect 2022-01-28 11:55:42 +08:00
extra Update identify.cpp build instructions. 2022-04-18 14:01:56 +02:00
getopt
icon
imgui Update ImGui to 1.87 + docking. 2022-04-27 00:49:37 +02:00
import-chrome
libbacktrace Sync libbacktrace with 4d2dd0b. 2022-04-20 01:14:41 +02:00
library
manual
nfd
profiler Join update thread before bailing out on bad input. 2022-04-27 01:39:51 +02:00
server Use ImGui keycodes. 2022-04-27 01:16:46 +02:00
test Drop support for Cygwin. 2021-10-07 23:28:40 +02:00
update
vcpkg
zstd Bump zstd to 1.5.2. 2022-03-18 01:52:11 +01:00
.gitignore
AUTHORS
CMakeLists.txt Adding tracy_no_sys_trace to enable MinGW builds which have an older version of envtprov.h 2022-04-12 12:07:21 -05:00
LICENSE
meson_options.txt
meson.build
NEWS Release 0.8.1. 2022-04-21 19:28:07 +02:00
README.md
TODO
Tracy.hpp Add fiber support on client side. 2021-11-02 00:11:09 +01:00
TracyC.h
TracyClient.cpp
TracyD3D11.hpp
TracyD3D12.hpp Actually check for the required feature 2022-01-22 11:24:59 +02:00
TracyLua.hpp
TracyOpenCL.hpp
TracyOpenGL.hpp Update TracyOpenGL.hpp 2021-11-04 10:46:13 +01:00
TracyVulkan.hpp

Tracy Profiler

Sponsor

A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.

Tracy supports profiling CPU (C, C++11, Lua), GPU (OpenGL, Vulkan, OpenCL, Direct3D 11/12), memory, locks, context switches, per-frame screenshots and 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