Uses of Enum Class
oshi.driver.common.windows.perfmon.GpuInformation.GpuEngineProperty
Packages that use GpuInformation.GpuEngineProperty
Package
Description
Provides common Windows performance monitor constants and definitions shared between JNA and FFM implementations.
Provides common implementations for Windows hardware information shared between JNA and FFM implementations.
-
Uses of GpuInformation.GpuEngineProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type GpuInformation.GpuEngineProperty in oshi.driver.common.windows.perfmonModifier and TypeClassDescriptionstatic enumGPU Engine running time counter properties.Methods in oshi.driver.common.windows.perfmon that return GpuInformation.GpuEnginePropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GpuInformation.GpuEngineProperty[]GpuInformation.GpuEngineProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oshi.driver.common.windows.perfmon that return types with arguments of type GpuInformation.GpuEnginePropertyModifier and TypeMethodDescriptionGpuInformation.queryGpuEngineCounters(PerfCounterQueryExecutor executor) Queries GPU Engine counters for all instances. -
Uses of GpuInformation.GpuEngineProperty in oshi.hardware.common.platform.windows
Methods in oshi.hardware.common.platform.windows that return types with arguments of type GpuInformation.GpuEnginePropertyModifier and TypeMethodDescriptionWindowsGpuStats.queryGpuEngineCounters()Queries GPU engine performance counters.