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 7388a47658
Fix LockMark source location name.
12 hours ago
.github Remove Windows hacks for including license in the manual. 3 weeks ago
.vscode Revert "Copying compile_commands.json is no longer needed, apparently." 9 months ago
capture Add install target for binaries in capture and csvexport 4 months ago
cmake Disable debug functionality in ppqsort. 4 weeks ago
csvexport Add exporting user values into CSV 2 months ago
doc Cleanup. 1 year ago
dtl Fix dtl. 1 year ago
examples Fix a build of OpelCLVectorAdd example on linux (#989) 4 months ago
extra Fix #996 Remove any need for python during build 1 month ago
getopt Update getopt_port to 6ad8cc105. 2 years ago
icon Minimize SVG files. 3 years ago
import add a sanity check to fuchsia importer 4 weeks ago
manual Merge pull request #1065 from maxime-modulopi/vulkan-collect-host 2 days ago
profiler Release 0.12.2. 3 days ago
public Fix LockMark source location name. 12 hours ago
python Fix python bindings build 5 months ago
server Merge pull request #1040 from blegat/TimeToStringExact 1 month ago
test Add arena allocator test. 8 months ago
update relax regex match in symbolication substitution 1 week ago
.clang-format tentative clang-format 11 months ago
.clang-tidy Remove AnalyzeTemporaryDtors clang-tidy setting. 9 months ago
.gitignore Ignore CMake build directories. 12 months ago
.mailmap Setup mailmap. 9 months ago
CMakeLists.txt Add TracyCUDA.hpp to CMake include list. 3 weeks ago
Config.cmake.in fix missing dependendency on install 2 years ago
LICENSE Update LICENSE, fix license year 6 months ago
NEWS Release 0.12.2. 3 days ago
README.md add CUDA to list of supported GPU compute APIs 1 month ago
meson.build Release 0.12.2. 3 days ago
meson.options Drop shared_libs meson option. 1 year 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