Frame profiler
Go to file
2020-04-09 01:45:38 +02:00
.github Add funding button to README. 2020-03-29 13:57:04 +02:00
capture Handle ^C in capture utility on windows. 2020-04-03 02:00:07 +02:00
client Add support for QPC timer. 2020-04-07 22:01:31 +02:00
common Dynamically load Get/SetThreadDescription. 2020-04-07 21:33:03 +02:00
doc
examples/ToyPathTracer
extra
icon
imgui Cherry-pick imgui fix @4986dba27. 2020-03-24 18:12:36 +01:00
import-chrome Add missing vcpkg triplets. 2020-04-02 12:35:42 +02:00
libbacktrace
library
manual Update manual. 2020-04-08 19:33:55 +02:00
nfd
profiler Smaller fixed font size. 2020-04-09 01:15:06 +02:00
server Tighten mnemonic display. 2020-04-09 01:45:38 +02:00
test
update Add missing vcpkg triplets. 2020-04-02 12:35:42 +02:00
zstd Add Zstd revision 06a57cf5. 2020-02-08 14:56:59 +01:00
.appveyor.yml Also on windows CI. 2020-03-26 00:20:40 +01:00
.gitignore
AUTHORS
LICENSE
NEWS Update NEWS. 2020-04-08 22:33:12 +02:00
README.md Add funding button to README. 2020-03-29 13:57:04 +02:00
TODO
Tracy.hpp Custom lock name transfer. 2020-03-08 13:47:38 +01:00
TracyC.h Expose srcloc allocation in C API. 2019-12-06 00:25:52 +01:00
TracyClient.cpp libbacktrace: Add support for Mach-O (dSYM) 2019-11-29 12:04:47 +01:00
TracyLua.hpp
TracyOpenGL.hpp Fix GLES check. 2020-03-02 17:06:25 +01:00
TracyVulkan.hpp

Tracy Profiler

Build status

Sponsor

A real time, nanosecond resolution, remote telemetry frame profiler for games and other applications.

Tracy supports profiling CPU (C, C++11, Lua), GPU (OpenGL, Vulkan), memory, locks, context switches, per-frame screenshots and more.

For usage and build process instructions, consult the user manual at the following address.

Changelog

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