Frame profiler
Go to file
Arnim Balzer 805cc6385a
Allow source file modification time to be newer then trace capture time via checkbox
Useful on a Mac if sources are controlled via git
2024-04-16 09:52:45 +01:00
.github Don't install capstone on CI. 2024-03-23 00:36:52 +01:00
.vscode Don't keep opening terminal on launch. 2024-03-23 22:27:49 +01:00
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
examples
extra
getopt Update getopt_port to 6ad8cc105. 2023-10-09 22:38:04 +02:00
icon
imgui
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 Allow source file modification time to be newer then trace capture time via checkbox 2024-04-16 09:52:45 +01:00
nfd
profiler Allow source file modification time to be newer then trace capture time via checkbox 2024-04-16 09:52:45 +01:00
public Merge pull request #757 from JBurnWork/noCallstackUpdates 2024-03-23 01:26:42 +01:00
python Merge pull request #760 from Chekov2k/fix_python_clean 2024-03-26 21:58:29 +01:00
server Update last time when callstack or hw samples arrive. 2024-03-26 20:48:52 +01:00
test
update CMake: Selecte executable project as startup project for VS 2024-04-14 18:13:51 +02:00
zstd
.clang-tidy
.gitignore Update git ignores. 2024-03-21 23:04:40 +01:00
CMakeLists.txt Merge pull request #754 from Chekov2k/python 2024-03-23 11:57:02 +01:00
Config.cmake.in
LICENSE
meson.build fix build warnings when compiling with clang-cl 2024-03-11 14:44:44 -04:00
meson.options
NEWS Update NEWS. 2024-03-23 13:56:25 +01:00
README.md Update NEWS. 2024-03-23 12:15:47 +01:00

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