tracy-client-sys 0.29.0

Low level bindings to the client libraries for the Tracy profiler
Documentation
1
2
3
4
5
6
unsafe extern "C" {
    pub fn ___tracy_fiber_enter(fiber: *const ::std::os::raw::c_char);
}
unsafe extern "C" {
    pub fn ___tracy_fiber_leave();
}