Data Fields | |
uint64_t | end |
CUpti_ActivityKind | kind |
CUpti_ActivityObjectKindId | objectId |
CUpti_ActivityObjectKind | objectKind |
CUpti_ActivityOverheadKind | overheadKind |
uint64_t | start |
CUpti_ActivityUnifiedMemoryCounter
CUpti_ActivityNvLink3 The activity record for CUPTI and driver overheads. (Deprecated in CUDA 12.2) This activity record provides CUPTI and driver overhead information (CUPTI_ACTIVITY_OVERHEAD). These records are now reported using CUpti_ActivityOverhead2
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.