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 632 of file nvToolsExt.h.
double nvtxEventAttributes_t::payload_t::dValue |
Definition at line 636 of file nvToolsExt.h.
float nvtxEventAttributes_t::payload_t::fValue |
Definition at line 640 of file nvToolsExt.h.
int32_t nvtxEventAttributes_t::payload_t::iValue |
Definition at line 639 of file nvToolsExt.h.
int64_t nvtxEventAttributes_t::payload_t::llValue |
Definition at line 635 of file nvToolsExt.h.
uint32_t nvtxEventAttributes_t::payload_t::uiValue |
Definition at line 638 of file nvToolsExt.h.
uint64_t nvtxEventAttributes_t::payload_t::ullValue |
Definition at line 634 of file nvToolsExt.h.