Frame profiler
Go to file
2024-03-24 01:36:03 +01:00
.github
.vscode
capture
cmake Use mold linker if available. 2024-03-23 02:08:36 +01:00
csvexport Remove old build files. 2024-03-21 23:04:40 +01:00
doc
dtl
examples
extra
getopt Update getopt_port to 6ad8cc105. 2023-10-09 22:38:04 +02:00
icon
imgui Update ImGui to 1.90.4 + docking. 2024-03-01 22:09:08 +01:00
import-chrome
import-fuchsia
library
manual Merge pull request #754 from Chekov2k/python 2024-03-23 11:57:02 +01:00
nfd
profiler
public
python
server Split core server files from the UI. 2024-03-21 23:04:38 +01:00
test Bump stb_image.h to 2.28. 2023-01-31 22:55:18 +01:00
update Update CI. 2024-03-22 13:49:08 +01:00
zstd Update zstd to 1.5.5. 2023-04-05 17:16:24 +02:00
.clang-tidy
.gitignore Update git ignores. 2024-03-21 23:04:40 +01:00
CMakeLists.txt Merge pull request #754 from Chekov2k/python 2024-03-23 11:57:02 +01:00
Config.cmake.in fix missing dependendency on install 2023-05-18 09:39:10 +01:00
LICENSE
meson.build
meson.options
NEWS
README.md

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++, Lua and Python 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.

An Introduction to Tracy Profiler in C++ - Marcos Slomp - CppCon 2023

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