__itt_id_create
void ITTAPI __itt_id_create (const __itt_domain * domain,
__itt_id id
)
This function 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 Relations APIs.
Parameters:
[in] domain The domain controlling the execution of this call
[in] id The ID to create
See Also
__itt_id_destroy
__itt_id_make