Data Fields | |
uint32_t | correlationId |
uint8_t | flags |
CUpti_MetricID | id |
CUpti_ActivityKind | kind |
uint8_t | pad [3] |
CUpti_MetricValue | value |
uint32_t CUpti_ActivityMetric::correlationId |
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.
uint8_t CUpti_ActivityMetric::flags |
The properties of this metric.
The metric ID.
The activity record kind, must be CUPTI_ACTIVITY_KIND_METRIC.
uint8_t CUpti_ActivityMetric::pad[3] |
Undefined. Reserved for internal use.
The metric value.