[][src]Function ittapi_rs::__itt_frame_begin_v3

pub unsafe extern "C" fn __itt_frame_begin_v3(
    domain: *const __itt_domain,
    id: *mut __itt_id
)

@ingroup frames @brief Begin a frame instance. Successive calls to __itt_frame_begin with the same ID are ignored until a call to __itt_frame_end with the same ID. @param[in] domain The domain for this frame instance @param[in] id The instance ID for this frame instance or NULL