Skip to content

abhirag/tracy_rust_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracy Rust Demo

Demonstrating client setup and client markup for Tracy Profiler in Rust using rust_tracy_client. Find more details here.

Disable Tracy

Tracy is enabled by default. To disable it, replace the line below in Cargo.toml:

tracy-client = { version = "0.12.6", default-features = false, features = ["enable"] }

with:

tracy-client = { version = "0.12.6", default-features = false }

About

Demonstrating client setup and client markup for Tracy in Rust

Topics

Resources

License

Stars

Watchers

Forks

Languages