4.2. CUDBGCudaLogMessage Struct Reference

[General]

Public Variables

CUDBGCudaLogLevel logLevel
The log severity level of the message.
char  message[CUDBG_MAX_LOG_LEN]
The log message string.
uint32_t  osThreadId
The OS thread ID of the thread that generated the log message.
uint64_t  unixTimestampNs
The timestamp the log message was received at, in nanoseconds since the Unix epoch.

Variables

CUDBGCudaLogLevelCUDBGCudaLogMessage::logLevel [inherited]

The log severity level of the message.

char CUDBGCudaLogMessage::message[CUDBG_MAX_LOG_LEN] [inherited]

The log message string.

uint32_t CUDBGCudaLogMessage::osThreadId [inherited]

The OS thread ID of the thread that generated the log message.

uint64_t CUDBGCudaLogMessage::unixTimestampNs [inherited]

The timestamp the log message was received at, in nanoseconds since the Unix epoch.