Data Fields | |
CUpti_ActivityFlag | flags |
uint32_t | id |
CUpti_ActivityKind | kind |
const char * | name |
CUpti_ActivityObjectKindId | objectId |
CUpti_ActivityObjectKind | objectKind |
uint64_t | timestamp |
The flags associated with the marker.
uint32_t CUpti_ActivityMarker::id |
The marker ID.
The activity record kind, must be CUPTI_ACTIVITY_KIND_MARKER.
const char* CUpti_ActivityMarker::name |
The marker name for an instantaneous or start marker. This will be NULL for an end marker.
The identifier for the activity object associated with this marker. 'objectKind' indicates which ID is valid for this record.
The kind of activity object associated with this marker.
uint64_t CUpti_ActivityMarker::timestamp |
The timestamp for the marker, in ns. A value of 0 indicates that timestamp information could not be collected for the marker.