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

Size and alignment information for predefined payload entry types. More...

#include <nvToolsExtPayload.h>

Data Fields

uint16_t size
 
uint16_t align
 

Detailed Description

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.

Field Documentation

◆ align

uint16_t nvtxPayloadEntryTypeInfo_t::align

Definition at line 605 of file nvToolsExtPayload.h.

◆ size

uint16_t nvtxPayloadEntryTypeInfo_t::size

Definition at line 604 of file nvToolsExtPayload.h.


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