Data Fields | |
uint32_t | correlationId |
uint8_t | flags |
CUpti_MetricID | id |
uint32_t | instance |
CUpti_ActivityKind | kind |
uint8_t | pad [7] |
CUpti_MetricValue | value |
The correlation ID of the metric. Use of this ID is user-defined, but typically this ID value will equal the correlation ID of the kernel for which the metric was gathered.
The properties of this metric.
The metric ID.
The metric domain instance.
The activity record kind, must be CUPTI_ACTIVITY_KIND_METRIC_INSTANCE.
uint8_t CUpti_ActivityMetricInstance::pad[7] |
Undefined. Reserved for internal use.
The metric value.