|
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 493 of file nvToolsExt.h.
| double nvtxEventAttributes_t::payload_t::dValue |
Definition at line 497 of file nvToolsExt.h.
| float nvtxEventAttributes_t::payload_t::fValue |
Definition at line 501 of file nvToolsExt.h.
| int32_t nvtxEventAttributes_t::payload_t::iValue |
Definition at line 500 of file nvToolsExt.h.
| int64_t nvtxEventAttributes_t::payload_t::llValue |
Definition at line 496 of file nvToolsExt.h.
| uint32_t nvtxEventAttributes_t::payload_t::uiValue |
Definition at line 499 of file nvToolsExt.h.
| uint64_t nvtxEventAttributes_t::payload_t::ullValue |
Definition at line 495 of file nvToolsExt.h.