NVTX C API Reference v3
NVIDIA Tools Extension Library
|
Specify the NVTX scope for a payload entry. More...
#include <nvToolsExtSemanticsScope.h>
Data Fields | |
struct nvtxSemanticsHeader_v1 | header |
uint64_t | scopeId |
Specify the NVTX scope for a payload entry.
This allows the scope to be set for a specific value or counter in a payload. The scope must be known at schema registration time.
Definition at line 42 of file nvToolsExtSemanticsScope.h.
struct nvtxSemanticsHeader_v1 nvtxSemanticsScope_t::header |
Definition at line 44 of file nvToolsExtSemanticsScope.h.
uint64_t nvtxSemanticsScope_t::scopeId |
Specifies the scope of a payload entry, e.g. a counter or timestamp.
Definition at line 47 of file nvToolsExtSemanticsScope.h.