|
NVTX C API Reference v3
NVIDIA Tools Extension Library
|
#include <nvToolsExtSemanticsCorrelation.h>
Data Fields | |
| struct nvtxSemanticsHeader_v1 | header |
| unsigned char | correlationDomainUuid [16] |
| const char * | displayName |
| uint64_t | role |
Mark this entry as correlation identifier and specify how this event relates to one or more events in the same correlation domain.
Definition at line 51 of file nvToolsExtSemanticsCorrelation.h.
| unsigned char nvtxSemanticsCorrelation_t::correlationDomainUuid[16] |
Globally unique ID (across NVTX domains).
Definition at line 56 of file nvToolsExtSemanticsCorrelation.h.
| const char* nvtxSemanticsCorrelation_t::displayName |
Optional descriptive name of the correlation domain. If provided, a tool will copy the string during schema registration.
Definition at line 62 of file nvToolsExtSemanticsCorrelation.h.
| struct nvtxSemanticsHeader_v1 nvtxSemanticsCorrelation_t::header |
Definition at line 53 of file nvToolsExtSemanticsCorrelation.h.
| uint64_t nvtxSemanticsCorrelation_t::role |
Specifies the role in a correlation with another event.
Definition at line 65 of file nvToolsExtSemanticsCorrelation.h.