|
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 payload entry, such as a value, event role, counter, or timestamp. The scope must be known at schema registration time.
Definition at line 47 of file nvToolsExtSemanticsScope.h.
| struct nvtxSemanticsHeader_v1 nvtxSemanticsScope_t::header |
Definition at line 49 of file nvToolsExtSemanticsScope.h.
| uint64_t nvtxSemanticsScope_t::scopeId |
Specifies the scope of a payload entry.
Definition at line 52 of file nvToolsExtSemanticsScope.h.