NVTX C API Reference v3
NVIDIA Tools Extension Library
Loading...
Searching...
No Matches
Data Fields
nvtxSemanticsScope_t Struct Reference

Specify the NVTX scope for a payload entry. More...

#include <nvToolsExtSemanticsScope.h>

Data Fields

struct nvtxSemanticsHeader_v1 header
 
uint64_t scopeId
 

Detailed Description

Specify the NVTX scope for a payload entry.

This allows the scope to be set for a specific value or counter in a payload. The scope must be known at schema registration time.

Definition at line 42 of file nvToolsExtSemanticsScope.h.

Field Documentation

◆ header

struct nvtxSemanticsHeader_v1 nvtxSemanticsScope_t::header

Definition at line 44 of file nvToolsExtSemanticsScope.h.

◆ scopeId

uint64_t nvtxSemanticsScope_t::scopeId

Specifies the scope of a payload entry, e.g. a counter or timestamp.

Definition at line 47 of file nvToolsExtSemanticsScope.h.


The documentation for this struct was generated from the following file: