Frame profiler
Go to file
Bartosz Taudul 7159069a74 Update NEWS.
2020-11-15 21:30:57 +01:00
.github
.vscode
capture
client Support memory pools in the C API. 2020-11-15 15:23:22 +01:00
common Add tracy_realloc() function. 2020-10-22 22:24:32 +02:00
csvexport
doc
examples
extra Add missing op description list definition. 2020-11-07 00:15:58 +01:00
getopt Move getopt to root 2020-07-11 12:26:01 +03:00
icon
imgui
import-chrome
libbacktrace Use proper tracy alloc wrappers in libbacktrace. 2020-10-22 22:26:55 +02:00
library
manual Update manual. 2020-11-15 16:28:56 +01:00
nfd Set owner of file dialogs on windows. 2020-06-10 01:52:17 +02:00
profiler
server Add Zen 3 to list of uarchs. 2020-11-15 21:29:59 +01:00
test Custom allocator test. 2020-09-24 01:31:23 +02:00
update
vcpkg
zstd Update zstd to 1.4.5. 2020-06-04 21:03:27 +02:00
.gitignore
AUTHORS
LICENSE
NEWS
README.md
TODO
Tracy.hpp
TracyC.h
TracyClient.cpp
TracyD3D12.hpp
TracyLua.hpp
TracyOpenCL.hpp
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 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