Data Fields | |
| uint32_t | correlationId |
| uint64_t | droppedSamples |
| CUpti_ActivityKind | kind |
| uint64_t | samplingPeriodInCycles |
| uint64_t | totalSamples |
The correlation ID of the kernel to which this result is associated.
Number of samples that were dropped by hardware due to backpressure/overflow.
The activity record kind, must be CUPTI_ACTIVITY_KIND_PC_SAMPLING_RECORD_INFO.
Sampling period in terms of number of cycles .
Number of times the PC was sampled for this kernel instance including all dropped samples.
1.5.8