[][src]Function ittapi_rs::__itt_id_create_ex

pub unsafe extern "C" fn __itt_id_create_ex(
    domain: *const __itt_domain,
    clock_domain: *mut __itt_clock_domain,
    timestamp: c_ulonglong,
    id: __itt_id
)

@ingroup clockdomain @brief Create an instance of identifier. This establishes the beginning of the lifetime of an instance of the given ID in the trace. Once this lifetime starts, the ID can be used to tag named entity instances in calls such as __itt_task_begin, and to specify relationships among identified named entity instances, using the \ref relations APIs. @param[in] domain The domain controlling the execution of this call. @param[in] clock_domain The clock domain controlling the execution of this call. @param[in] timestamp The user defined timestamp. @param[in] id The ID to create.