Exemplo n.º 1
0
 public static extern uint nvmlDeviceGetClockInfo(IntPtr device, nvmlClockType type, ref uint clock);
Exemplo n.º 2
0
 public static extern nvmlReturn nvmlDeviceGetDefaultApplicationsClock(nvmlDevice device, nvmlClockType clockType, ref uint clockMHz);
Exemplo n.º 3
0
 public static extern nvmlReturn nvmlDeviceGetClockInfo(nvmlDevice device, nvmlClockType type, ref uint clock);
Exemplo n.º 4
0
 public static extern nvmlReturn nvmlDeviceGetClock(nvmlDevice device, nvmlClockType clockType, nvmlClockId clockId, ref uint clockMHz);
Exemplo n.º 5
0
 public static extern nvmlReturn nvmlDeviceGetMaxCustomerBoostClock(nvmlDevice device, nvmlClockType clockType, ref uint clockMHz);
Exemplo n.º 6
0
 public static extern nvmlReturn nvmlDeviceGetClockInfo([In] IntPtr device, [In] nvmlClockType type, [Out] out uint clock);