|
NVTX C API Reference v3
NVIDIA Tools Extension Library
|
Description of one enumeration value. More...
#include <nvToolsExtPayload.h>
Data Fields | |
| const char * | name |
| uint64_t | value |
| int8_t | isFlag |
Description of one enumeration value.
Each entry maps a numeric value to a name and optionally marks it as a bit flag. Arrays of these entries are registered with nvtxPayloadEnumRegister.
Definition at line 1069 of file nvToolsExtPayload.h.
| int8_t nvtxPayloadEnum_t::isFlag |
Non-zero if this value is a bit flag that can be combined in a mask.
Definition at line 1082 of file nvToolsExtPayload.h.
| const char* nvtxPayloadEnum_t::name |
Name of the enum value.
Definition at line 1074 of file nvToolsExtPayload.h.
| uint64_t nvtxPayloadEnum_t::value |
Value of the enum entry.
Definition at line 1079 of file nvToolsExtPayload.h.