Data Fields | |
uint64_t | end |
CUpti_ActivityKind | kind |
CUpti_ActivityObjectKindId | objectId |
CUpti_ActivityObjectKind | objectKind |
CUpti_ActivityOverheadKind | overheadKind |
uint64_t | start |
uint64_t CUpti_ActivityOverhead::end |
The end timestamp for the overhead, in ns. A value of 0 for both the start and end timestamps indicates that timestamp information could not be collected for the overhead.
The activity record kind, must be CUPTI_ACTIVITY_OVERHEAD.
The identifier for the activity object. 'objectKind' indicates which ID is valid for this record.
The kind of activity object that the overhead is associated with.
The kind of overhead, CUPTI, DRIVER, COMPILER etc.
uint64_t CUpti_ActivityOverhead::start |
The start timestamp for the overhead, in ns. A value of 0 for both the start and end timestamps indicates that timestamp information could not be collected for the overhead.