Sophie

Sophie

distrib > Mageia > 7 > x86_64 > media > nonfree-updates > by-pkgid > b86a85131cc739c1c53d0b55840a4328 > files > 6155

nvidia-cuda-toolkit-devel-10.1.168-1.2.mga7.nonfree.x86_64.rpm

.TH "nvmlFieldValue_t" 3 "24 Apr 2019" "Version 1.1" "NVML" \" -*- nroff -*-
.ad l
.nh
.SH NAME
nvmlFieldValue_t \- 
.SH SYNOPSIS
.br
.PP
\fC#include <nvml.h>\fP
.PP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "unsigned int \fBfieldId\fP"
.br
.RI "\fIID of the NVML field to retrieve. This must be set before any call that uses this struct. See the constants starting with NVML_FI_ above. \fP"
.ti -1c
.RI "unsigned int \fBunused\fP"
.br
.RI "\fICurrently unused. This should be initialized to 0 by the caller before any API call. \fP"
.ti -1c
.RI "long long \fBtimestamp\fP"
.br
.RI "\fICPU Timestamp of this value in microseconds since 1970. \fP"
.ti -1c
.RI "long long \fBlatencyUsec\fP"
.br
.RI "\fIHow long this field value took to update (in usec) within NVML. This may be averaged across several fields that are serviced by the same driver call. \fP"
.ti -1c
.RI "\fBnvmlValueType_t\fP \fBvalueType\fP"
.br
.RI "\fIType of the value stored in value. \fP"
.ti -1c
.RI "\fBnvmlReturn_t\fP \fBnvmlReturn\fP"
.br
.RI "\fIReturn code for retrieving this value. This must be checked before looking at value, as value is undefined if nvmlReturn != NVML_SUCCESS. \fP"
.ti -1c
.RI "\fBnvmlValue_t\fP \fBvalue\fP"
.br
.RI "\fIValue for this field. This is only valid if nvmlReturn == NVML_SUCCESS. \fP"
.in -1c
.SH "Detailed Description"
.PP 
Information for a Field Value Sample 

.SH "Author"
.PP 
Generated automatically by Doxygen for NVML from the source code.