NVTX C API Reference v3
NVIDIA Tools Extension Library
|
Size and alignment information for predefined payload entry types. More...
#include <nvToolsExtPayload.h>
Data Fields | |
uint16_t | size |
uint16_t | align |
Size and alignment information for predefined payload entry types.
The struct contains the size and the alignment size in bytes. A respective array for the predefined types is passed via nvtxExtModuleInfo_t to the NVTX client/handler. The type (ID) is used as index into this array.
Definition at line 602 of file nvToolsExtPayload.h.
uint16_t nvtxPayloadEntryTypeInfo_t::align |
Definition at line 605 of file nvToolsExtPayload.h.
uint16_t nvtxPayloadEntryTypeInfo_t::size |
Definition at line 604 of file nvToolsExtPayload.h.