__itt_track_create

 

__itt_track* __itt_track_create(__itt_track_group* track_group, __itt_string_handle* name, __itt_track_type track_type);

 

Use this function to create a custom logical track.

Parameters:

[in] track_group The logical group to which track belongs, cannot be NULL

[in] name          The name of the logical track to create.

[in] track_type   The type of the custom logical track.

See Also

__itt_track_group_create
__itt_set_track

__itt_track_create