Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 553 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 553 Bytes

Rust-wrapper for tracy.

From the official description:

Tracy is a real time, nanosecond resolution frame profiler that can be used for remote or embedded telemetry of your application. It can profile CPU (C, C++11, Lua), GPU (OpenGL, Vulkan) and memory. It also can display locks held by threads and their interactions with each other.

Currently only the basic CPU profiling interface is exposed. Disabling the "enable" feature currently doesn't work (i.e. will fail to build).

Requires a nightly toolchain.