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