Frame profiler
Go to file
Bartosz Taudul ba6416f68c
Merge pull request #497 from pshurgal/detailed_function_names
More detailed function names under Clang and GCC
2022-11-30 12:14:46 +01:00
.github
.vscode
capture
common Allow manual disabling of libtbb linkage. 2022-09-29 01:41:35 +02:00
csvexport
doc
examples Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
extra Move TracyVersion.hpp to common. 2022-08-27 16:05:36 +02:00
getopt Move getopt to root 2020-07-11 12:26:01 +03:00
icon Minimize SVG files. 2022-04-16 00:13:10 +02:00
imgui Update ImGui to 4d5da74. 2022-11-08 23:47:59 +01:00
import-chrome
library
manual
nfd
profiler
public Merge pull request #497 from pshurgal/detailed_function_names 2022-11-30 12:14:46 +01:00
server Update ZEN4 CPU name. 2022-11-29 17:06:10 +01:00
test Fix test application flags. 2022-08-16 14:12:22 +02:00
update
vcpkg Fail with error code if install_vcpkg_dependencies.bat commands fail 2022-06-25 17:52:42 +02:00
zstd
.gitignore
AUTHORS
CMakeLists.txt CMake: Fix invalid syntax 2022-09-03 17:13:31 +02:00
LICENSE
meson_options.txt
meson.build
NEWS
README.md Add interactive demo link. 2022-10-02 14:15:13 +02:00
vcpkg.json

Tracy Profiler

Sponsor

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

Tracy supports profiling CPU (Direct support is provided for C, C++, and Lua integration. At the same time, third-party bindings to many other languages exist on the internet, such as Rust, Zig, C#, OCaml, Odin, etc.), GPU (All major graphic APIs: OpenGL, Vulkan, Direct3D 11/12, OpenCL.), memory allocations, locks, context switches, automatically attribute screenshots to captured frames, and much more.

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