[][src]Function ittapi_rs::__itt_frame_end_v3

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

@ingroup frames @brief End a frame instance. The first call to __itt_frame_end with a given ID ends the frame. Successive calls with the same ID are ignored, as are calls that do not have a matching __itt_frame_begin call. @param[in] domain The domain for this frame instance @param[in] id The instance ID for this frame instance or NULL for current