6.45. CUpti_ActivityMarker2
-
struct CUpti_ActivityMarker2
The activity record providing a marker which is an instantaneous point in time.
The marker is specified with a descriptive name and unique id (CUPTI_ACTIVITY_KIND_MARKER).
Public Members
-
CUpti_ActivityKind kind
The activity record kind, must be CUPTI_ACTIVITY_KIND_MARKER.
-
CUpti_ActivityFlag flags
The flags associated with the marker.
See also
-
uint64_t timestamp
The timestamp for the marker, in ns.
A value of 0 indicates that timestamp information could not be collected for the marker.
-
uint32_t id
The marker ID.
-
CUpti_ActivityObjectKind objectKind
The kind of activity object associated with this marker.
-
CUpti_ActivityObjectKindId objectId
The identifier for the activity object associated with this marker.
‘objectKind’ indicates which ID is valid for this record.
-
uint32_t pad
Undefined.
Reserved for internal use.
-
const char *name
The marker name for an instantaneous or start marker.
This will be NULL for an end marker.
-
const char *domain
The name of the domain to which this marker belongs to.
This will be NULL for default domain.
-
CUpti_ActivityKind kind