Exemple #1
0
 internal static extern NvmlReturn nvmlDeviceGetClockInfo(IntPtr device, NvmlClockType type, out uint clock);
Exemple #2
0
 internal static extern NvmlReturn NvmlDeviceGetClock(IntPtr device, NvmlClockType clockType, NvmlClockId clockId, out uint clockMHz);
Exemple #3
0
 internal static extern NvmlReturn NvmlDeviceGetApplicationsClock(IntPtr device, NvmlClockType clockType, out uint clockMhz);
Exemple #4
0
 public static extern int NvmlDeviceGetClockInfo(NvmlDevice device, NvmlClockType type, ref uint clock);
Exemple #5
0
 public static extern NvmlReturn NvmlDeviceGetMaxClockInfo(
     NvmlDevice device, NvmlClockType type, out uint clock);
Exemple #6
0
 public static extern NvmlReturn NvmlDeviceGetDefaultApplicationsClock(
     NvmlDevice device, NvmlClockType clockType, out uint clockMHz);