Skip to content
/ tracy-rs Public

Rust-wrapper for tracy

License

Unknown, CC0-1.0 licenses found

Licenses found

Unknown
LICENSE
CC0-1.0
COPYING.CC0
Notifications You must be signed in to change notification settings

z33ky/tracy-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust-wrapper for tracy

Resources

License

Unknown, CC0-1.0 licenses found

Licenses found

Unknown
LICENSE
CC0-1.0
COPYING.CC0

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages