tracy-client-sys 0.29.0

Low level bindings to the client libraries for the Tracy profiler
Documentation
1
2
3
4
5
6
7
8
9
unsafe extern "C" {
    pub fn ___tracy_startup_profiler();
}
unsafe extern "C" {
    pub fn ___tracy_shutdown_profiler();
}
unsafe extern "C" {
    pub fn ___tracy_profiler_started() -> i32;
}