Example #1
0
 public static extern NvmlReturn NvmlDeviceGetTotalEccErrors(
     NvmlDevice device, NvmlMemoryErrorType errorType, NvmlEccCounterType counterType, out ulong eccCounts);
Example #2
0
 internal static extern NvmlReturn NvmlDeviceGetDetailedEccErrors(IntPtr device, NvmlMemoryErrorType errorType, NvmlEccCounterType counterType, out NvmlEccErrorCounts eccCounts);
Example #3
0
 public static extern NvmlReturn NvmlDeviceGetMemoryErrorCounter(
     NvmlDevice device, NvmlMemoryErrorType errorType, NvmlEccCounterType counterType,
     NvmlMemoryLocation locationType, out ulong count);