__itt_task_group
void ITTAPI __itt_task_group (const __itt_domain * domain,
__itt_id id,
__itt_id parentid,
__itt_string_handle * name
)
Successive calls to __itt_task_group with the same ID are ignored.
Parameters:
[in] domain The domain for this task group instance.
[in] id The instance ID for this task group instance. Must not be __itt_null.
[in] parentid The instance ID for the parent of this task group instance, or __itt_null.
[in] name The name of this task group.