Frame profiler
Go to file
2020-07-08 03:50:25 -07:00
.github Use modern distro. 2020-06-27 20:37:59 +02:00
capture
client Fixing crash on exit due to RP malloc not being deinitialized 2020-07-08 03:50:25 -07:00
common Reduce memory requirements of allocated call stacks. 2020-07-05 17:33:29 +02:00
doc
examples Add OpenCL trace support 2020-06-05 10:15:47 +01:00
extra
icon
imgui
import-chrome
libbacktrace Report symbol entry address in inline function discovery. 2020-05-30 15:38:59 +02:00
library Add empty TRACY_API instead of using dllexport for static builds on windows. Using dllexport is not correct, because it marks APIs in static lib for export and these APIs would get exported from a DLL that links to tracy. 2020-05-05 13:23:46 +03:00
manual
nfd Set owner of file dialogs on windows. 2020-06-10 01:52:17 +02:00
profiler
server Reduce memory requirements of allocated call stacks. 2020-07-05 17:33:29 +02:00
test
update
vcpkg
zstd Update zstd to 1.4.5. 2020-06-04 21:03:27 +02:00
.appveyor.yml Also on windows CI. 2020-03-26 00:20:40 +01:00
.gitignore Add .deps and .dirstamp to .gitignore to allow use as submodule in automake projects. 2020-05-28 11:17:43 -07:00
AUTHORS Update AUTHORS. 2020-06-24 01:35:41 +02:00
LICENSE
NEWS Update NEWS. 2020-07-04 12:36:37 +02:00
README.md
TODO
Tracy.hpp
TracyC.h
TracyClient.cpp
TracyD3D12.hpp Added semi-automatic query synchronization for N-buffered rendering 2020-06-08 22:57:27 -06:00
TracyLua.hpp
TracyOpenCL.hpp Add OpenCL trace support 2020-06-05 10:15:47 +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 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