Skip to content

flarioncode/tracy-gizmos

 
 

Repository files navigation

🧰 tracy-gizmos

Latest Version MIT licensed Apache licensed API ci

Overview

Bindings for the client library of the Tracy profiler.

Allows to easily instrument your code and profile it with Tracy.

How to use

Add tracy-gizmos to your Cargo.toml:

[dependencies]
tracy-gizmos = { version = "0.0.1", features = ["enabled"] }

The usage is pretty straight-forward (for more details refer to the docs):

fn main() {
	let _tracy = tracy_gizmos::start_capture();
	tracy_gizmos::zone!("main");
	work();
}

License

Licensed under either of

at your option.

Note that the Tracy public part, that this crate uses and embeds, is licensed under the 3-clause BSD license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Rust bindings for the client library of the Tracy profiler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 86.6%
  • Rust 12.1%
  • C 1.3%