Frame profiler
Go to file
Bartosz Taudul 411b218896
Merge pull request #772 from Lectem/server-cmake-fix
Server cmake fix : No need for ASM detection
2024-04-14 22:00:03 +02:00
.github
.vscode
capture CMake: Selecte executable project as startup project for VS 2024-04-14 18:13:51 +02:00
cmake Fix variable name. 2024-03-29 20:00:21 +01:00
csvexport CMake: Selecte executable project as startup project for VS 2024-04-14 18:13:51 +02:00
doc
dtl Add Diff Template Library 1.20. 2022-12-23 19:40:58 +01:00
examples
extra Add images for more proper zigzag mip chain. 2023-04-29 12:47:29 +02:00
getopt
icon
imgui Update ImGui to 1.90.4 + docking. 2024-03-01 22:09:08 +01:00
import-chrome CMake: Selecte executable project as startup project for VS 2024-04-14 18:13:51 +02:00
import-fuchsia CMake: Selecte executable project as startup project for VS 2024-04-14 18:13:51 +02:00
library
manual
nfd
profiler CMake: Selecte executable project as startup project for VS 2024-04-14 18:13:51 +02:00
public
python
server
test
update CMake: Selecte executable project as startup project for VS 2024-04-14 18:13:51 +02:00
zstd
.clang-tidy
.gitignore
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