[][src]Function ittapi_rs::__itt_frame_submit_v3

pub unsafe extern "C" fn __itt_frame_submit_v3(
    domain: *const __itt_domain,
    id: *mut __itt_id,
    begin: __itt_timestamp,
    end: __itt_timestamp
)

@ingroup frames @brief Submits a frame instance. Successive calls to __itt_frame_begin or __itt_frame_submit with the same ID are ignored until a call to __itt_frame_end or __itt_frame_submit with the same ID. Passing special __itt_timestamp_none value as "end" argument means take the current timestamp as the end timestamp. @param[in] domain The domain for this frame instance @param[in] id The instance ID for this frame instance or NULL @param[in] begin Timestamp of the beginning of the frame @param[in] end Timestamp of the end of the frame