Frame profiler
Go to file
2020-09-15 17:38:35 +02:00
.github
.vscode Add minimal vscode configuration. 2020-08-15 02:10:14 +02:00
capture
client Don't set sample_max_stack with kernel headers < 4.8. 2020-09-15 17:38:35 +02:00
common Implement reading unknown lengths of data from socket. 2020-09-10 21:39:58 +02:00
csvexport Factor out Unix build logic into shared files. 2020-07-31 11:08:36 -07:00
doc
examples
extra
getopt
icon
imgui Fix https://github.com/ocornut/imgui/issues/3452 2020-09-03 18:19:58 +02:00
import-chrome Fix timestamp calculation in chrome tracing importer 2020-08-06 19:42:03 -07:00
libbacktrace
library
manual
nfd
profiler
server Release 0.7.2. 2020-09-14 22:55:41 +02:00
test Don't sleep in test application's fibonacci thread. 2020-08-12 23:55:49 +02:00
update Factor out Unix build logic into shared files. 2020-07-31 11:08:36 -07:00
vcpkg Add -disableMetrics to vcpkg script 2020-05-02 14:52:57 -07:00
zstd
.gitignore
AUTHORS
LICENSE
NEWS
README.md
TODO Add TODO. 2020-01-08 18:16:17 +01:00
Tracy.hpp
TracyC.h
TracyClient.cpp
TracyD3D12.hpp
TracyLua.hpp No need for lean callstack alloc message. 2020-07-26 14:25:32 +02:00
TracyOpenCL.hpp
TracyOpenGL.hpp Mark SourceLocationData constexpr, not const. 2020-08-16 02:32:17 +02: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 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