NVTX C API Reference v3
NVIDIA Tools Extension Library
|
Payload assigned to this event.. More...
#include <nvToolsExt.h>
Data Fields | |
uint64_t | ullValue |
int64_t | llValue |
double | dValue |
uint32_t | uiValue |
int32_t | iValue |
float | fValue |
Payload assigned to this event..
A numerical value that can be used to annotate an event. The tool could use the payload data to reconstruct graphs and diagrams.
Definition at line 509 of file nvToolsExt.h.
double nvtxEventAttributes_t::payload_t::dValue |
Definition at line 513 of file nvToolsExt.h.
float nvtxEventAttributes_t::payload_t::fValue |
Definition at line 517 of file nvToolsExt.h.
int32_t nvtxEventAttributes_t::payload_t::iValue |
Definition at line 516 of file nvToolsExt.h.
int64_t nvtxEventAttributes_t::payload_t::llValue |
Definition at line 512 of file nvToolsExt.h.
uint32_t nvtxEventAttributes_t::payload_t::uiValue |
Definition at line 515 of file nvToolsExt.h.
uint64_t nvtxEventAttributes_t::payload_t::ullValue |
Definition at line 511 of file nvToolsExt.h.