C++ frame profiler
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Bartosz Taudul 16bac5f807
Merge pull request #1220 from Lgt2x/imgui-x11
Link imgui against X11 libs
3 days ago
.github Bump emscripten SDK to 4.0.10. 5 months ago
.vscode Revert "Copying compile_commands.json is no longer needed, apparently." 1 year ago
capture Remove queue delay calibration. 5 months ago
cmake Link imgui against X11 libs 3 days ago
csvexport Added the --truncated_mean paramter to csvexport 2 weeks ago
doc Cleanup. 2 years ago
dtl Fix dtl. 2 years ago
examples Fix a build of OpelCLVectorAdd example on linux (#989) 10 months ago
extra Fix #996 Remove any need for python during build 7 months ago
getopt Update getopt_port to 6ad8cc105. 2 years ago
icon Minimize SVG files. 4 years ago
import Get nlohmann json via CPM. 5 months ago
manual Keep user manual chunks in a separate object. 1 week ago
profiler Add user manual viewer. 1 week ago
public Merge pull request #1215 from slomp/slomp/worker-thread-race 5 days ago
python Release 0.13.0. 4 weeks ago
server Add option to ignore memory free faults 6 days ago
test Set tracy-test exe as startup project 5 months ago
update Cosmetics. 5 months ago
.clang-format Refine .clang-format 4 months ago
.clang-tidy Disable another stupid check. 5 months ago
.gitignore Update gitignore with ToyPathTracer windows output 5 months ago
.mailmap Setup mailmap. 1 year ago
CMakeLists.txt Add option to ignore memory free faults 6 days ago
Config.cmake.in fix missing dependendency on install 3 years ago
LICENSE Update LICENSE, fix license year 11 months ago
NEWS Release 0.13.0. 4 weeks ago
README.md add CUDA to list of supported GPU compute APIs 7 months ago
meson.build Add option to ignore memory free faults 6 days ago
meson.options Add option to ignore memory free faults 6 days ago

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, Python and Fortran 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, Metal, OpenCL, CUDA.), 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