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 657 of file nvToolsExt.h.
double nvtxEventAttributes_t::payload_t::dValue |
Definition at line 661 of file nvToolsExt.h.
float nvtxEventAttributes_t::payload_t::fValue |
Definition at line 665 of file nvToolsExt.h.
int32_t nvtxEventAttributes_t::payload_t::iValue |
Definition at line 664 of file nvToolsExt.h.
int64_t nvtxEventAttributes_t::payload_t::llValue |
Definition at line 660 of file nvToolsExt.h.
uint32_t nvtxEventAttributes_t::payload_t::uiValue |
Definition at line 663 of file nvToolsExt.h.
uint64_t nvtxEventAttributes_t::payload_t::ullValue |
Definition at line 659 of file nvToolsExt.h.