NVTX C API Reference v3
NVIDIA Tools Extension Library
Loading...
Searching...
No Matches
Data Fields
nvtxSemanticsCorrelation_t Struct Reference

#include <nvToolsExtSemanticsCorrelation.h>

Data Fields

struct nvtxSemanticsHeader_v1 header
 
unsigned char correlationDomainUuid [16]
 
const char * displayName
 
uint64_t role
 

Detailed Description

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.

Field Documentation

◆ correlationDomainUuid

unsigned char nvtxSemanticsCorrelation_t::correlationDomainUuid[16]

Globally unique ID (across NVTX domains).

Definition at line 56 of file nvToolsExtSemanticsCorrelation.h.

◆ displayName

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.

◆ header

struct nvtxSemanticsHeader_v1 nvtxSemanticsCorrelation_t::header

Definition at line 53 of file nvToolsExtSemanticsCorrelation.h.

◆ role

uint64_t nvtxSemanticsCorrelation_t::role

Specifies the role in a correlation with another event.

Definition at line 65 of file nvToolsExtSemanticsCorrelation.h.


The documentation for this struct was generated from the following file: