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

A pair of timestamps taken at the same instant in two different time domains. Used with nvtxTimeSyncPointTable. More...

#include <nvToolsExtPayload.h>

Data Fields

int64_t src
 
int64_t dst
 

Detailed Description

A pair of timestamps taken at the same instant in two different time domains. Used with nvtxTimeSyncPointTable.

Definition at line 1235 of file nvToolsExtPayload.h.

Field Documentation

◆ dst

int64_t nvtxSyncPoint_t::dst

Timestamp in the destination time domain (timeDomainIdDst).

Definition at line 1240 of file nvToolsExtPayload.h.

◆ src

int64_t nvtxSyncPoint_t::src

Timestamp in the source time domain (timeDomainIdSrc).

Definition at line 1238 of file nvToolsExtPayload.h.


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