Uses of Enum Class
oshi.driver.common.windows.perfmon.GpuInformation.GpuAdapterMemoryProperty
Packages that use GpuInformation.GpuAdapterMemoryProperty
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.GpuAdapterMemoryProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type GpuInformation.GpuAdapterMemoryProperty in oshi.driver.common.windows.perfmonModifier and TypeClassDescriptionstatic enumGPU Adapter Memory counter properties.Methods in oshi.driver.common.windows.perfmon that return GpuInformation.GpuAdapterMemoryPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.GpuInformation.GpuAdapterMemoryProperty.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.GpuAdapterMemoryPropertyModifier and TypeMethodDescriptionGpuInformation.queryGpuAdapterMemoryCounters(PerfCounterQueryExecutor executor) Queries GPU Adapter Memory counters for all instances. -
Uses of GpuInformation.GpuAdapterMemoryProperty in oshi.hardware.common.platform.windows
Methods in oshi.hardware.common.platform.windows that return types with arguments of type GpuInformation.GpuAdapterMemoryPropertyModifier and TypeMethodDescriptionWindowsGpuStats.queryGpuAdapterMemoryCounters()Queries GPU adapter memory performance counters.