[][src]Function ittapi_rs::__itt_marker_ex

pub unsafe extern "C" fn __itt_marker_ex(
    domain: *const __itt_domain,
    clock_domain: *mut __itt_clock_domain,
    timestamp: c_ulonglong,
    id: __itt_id,
    name: *mut __itt_string_handle,
    scope: __itt_scope
)

@ingroup markers @brief Create a marker instance. @param[in] domain The domain for this marker @param[in] clock_domain The clock domain controlling the execution of this call. @param[in] timestamp The user defined timestamp. @param[in] id The instance ID for this marker, or __itt_null @param[in] name The name for this marker @param[in] scope The scope for this marker