Frame profiler
Go to file
Bartosz Taudul e3f54dc4dd
Update NEWS.
2021-05-15 18:09:07 +02:00
.github
.vscode
capture Add interface for frame images dict building. 2021-05-15 15:50:20 +02:00
client Allow control of sampling frequency. 2021-05-11 18:31:20 +02:00
common Add D3D11 Gpu Context/Zone 2021-05-01 14:55:45 -07:00
csvexport
doc
examples
extra
getopt
icon
imgui
import-chrome Add interface for frame images dict building. 2021-05-15 15:50:20 +02:00
libbacktrace
library
manual Update manual. 2021-05-15 14:33:10 +02:00
nfd Set owner of file dialogs on windows. 2020-06-10 01:52:17 +02:00
profiler
server Use zstd dict for packing/unpacking frame images. 2021-05-15 18:06:44 +02:00
test
update Add interface for frame images dict building. 2021-05-15 15:50:20 +02:00
vcpkg
zstd Add zstd dict builder. 2021-05-15 14:56:38 +02:00
.gitignore Add build automation script. 2021-02-06 23:57:14 +01:00
AUTHORS
LICENSE
NEWS Update NEWS. 2021-05-15 18:09:07 +02:00
README.md Updated README.md 2021-05-01 16:56:52 -07:00
TODO Add TODO. 2020-01-08 18:16:17 +01:00
Tracy.hpp Add ZoneIsActive and ZoneIsActiveV macros. 2021-02-16 13:38:54 -06:00
TracyC.h
TracyClient.cpp
TracyD3D11.hpp
TracyD3D12.hpp Add GPU name transfer macros. 2021-01-31 19:15:23 +01:00
TracyLua.hpp Send callstacks before sending events they belong to. 2020-09-29 16:40:19 +02:00
TracyOpenCL.hpp Add GPU name transfer macros. 2021-01-31 19:15:23 +01:00
TracyOpenGL.hpp
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.

For usage and build process instructions, consult the user manual at the following address.

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