Library
Nvml
Library.Handler
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER
int
nvmlDeviceGetClockInfo(Pointer device, int clockType, IntByReference clock)
nvmlDeviceGetCount_v2(IntByReference deviceCount)
nvmlDeviceGetFanSpeed(Pointer device, IntByReference speed)
nvmlDeviceGetHandleByIndex_v2(int index, PointerByReference device)
nvmlDeviceGetMemoryInfo(Pointer device, Nvml.NvmlMemory memory)
nvmlDeviceGetName(Pointer device, byte[] name, int length)
nvmlDeviceGetPciInfo_v3(Pointer device, Nvml.NvmlPciInfo pci)
nvmlDeviceGetPowerUsage(Pointer device, IntByReference power)
nvmlDeviceGetTemperature(Pointer device, int sensorType, IntByReference temp)
nvmlDeviceGetUtilizationRates(Pointer device, Nvml.NvmlUtilization utilization)
nvmlInit_v2()
nvmlShutdown()