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 f583d1c855
Merge pull request #973 from 0-wiz-0/master
Use correct header on NetBSD.
1 day ago
.github Patching CPM checkouts is broken without a cache. 4 months ago
.vscode Revert "Copying compile_commands.json is no longer needed, apparently." 4 months ago
capture Replace parallel STL with PPQSort. 4 months ago
cmake Enable -fexperimental-library only for C++ 1 month ago
csvexport add very simple plot export 4 weeks ago
doc Cleanup. 8 months ago
dtl Fix dtl. 8 months ago
examples Move all client headers and sources to public/ directory. 3 years ago
extra Add support for using other rev than HEAD in git-ref.py. 4 months ago
getopt Update getopt_port to 6ad8cc105. 1 year ago
icon Minimize SVG files. 3 years ago
import Replace parallel STL with PPQSort. 4 months ago
manual Add info about TRACY_LTO 1 week ago
nfd Update nfd to 1.1.0. 1 year ago
profiler Add support for keeping external tails in flame graph. 1 month ago
public Use correct header on NetBSD. 1 day ago
python Update int type in Python API 3 weeks ago
server Display zone values also in hex 1 month ago
test Add arena allocator test. 3 months ago
update Replace parallel STL with PPQSort. 4 months ago
zstd Update zstd to 1.5.6. 8 months ago
.clang-format tentative clang-format 6 months ago
.clang-tidy Remove AnalyzeTemporaryDtors clang-tidy setting. 4 months ago
.gitignore Ignore CMake build directories. 6 months ago
.mailmap Setup mailmap. 4 months ago
CMakeLists.txt Allow global setting of CMAKE_INTERPROCEDURAL_OPTIMIZATION 1 week ago
Config.cmake.in fix missing dependendency on install 2 years ago
LICENSE Update LICENSE, fix license year 3 weeks ago
NEWS Update NEWS. 2 weeks ago
README.md Add Fortran to list of provided integrations. 2 weeks ago
meson.build detect MSVC usage 1 month ago
meson.options Drop shared_libs meson option. 11 months 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.), 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