[][src]Function ittapi_rs::__itt_id_create

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

@ingroup ids @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. Instance IDs are not domain specific! @param[in] domain The domain controlling the execution of this call. @param[in] id The ID to create.