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 a11c3d4236
Merge pull request #1199 from deralmas/fix-error-suppression-for-real
Fix error suppression macro
2 days ago
.github Bump emscripten SDK to 4.0.10. 4 months ago
.vscode Revert "Copying compile_commands.json is no longer needed, apparently." 1 year ago
capture Remove queue delay calibration. 4 months ago
cmake Bump curl to 8.17.0. 3 days ago
csvexport Add exporting user values into CSV 7 months ago
doc Cleanup. 2 years ago
dtl Fix dtl. 2 years ago
examples Fix a build of OpelCLVectorAdd example on linux (#989) 9 months ago
extra Fix #996 Remove any need for python during build 6 months ago
getopt Update getopt_port to 6ad8cc105. 2 years ago
icon Minimize SVG files. 4 years ago
import Get nlohmann json via CPM. 4 months ago
manual Release 0.13.0. 6 days ago
profiler fix CPUID parsing in TraceInfo 5 days ago
public Fix error suppression macro 2 days ago
python Release 0.13.0. 6 days ago
server Fix uninitialized Worker::m_pending* loaded traces. 1 month ago
test Set tracy-test exe as startup project 5 months ago
update Cosmetics. 4 months ago
.clang-format Refine .clang-format 4 months ago
.clang-tidy Disable another stupid check. 4 months ago
.gitignore Update gitignore with ToyPathTracer windows output 5 months ago
.mailmap Setup mailmap. 1 year ago
CMakeLists.txt Don't use separate directory for Release library 4 months 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. 6 days ago
README.md add CUDA to list of supported GPU compute APIs 6 months ago
meson.build Release 0.13.0. 6 days ago
meson.options TRACY_CALLSTACK is not boolean. 2 weeks 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