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