Uses of Enum Class
oshi.driver.common.windows.perfmon.ProcessInformation.IdleProcessorTimeProperty
Packages that use ProcessInformation.IdleProcessorTimeProperty
Package
Description
Provides common Windows performance monitor constants and definitions shared between JNA and FFM implementations.
-
Uses of ProcessInformation.IdleProcessorTimeProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type ProcessInformation.IdleProcessorTimeProperty in oshi.driver.common.windows.perfmonModifier and TypeClassDescriptionstatic enumProcessor performance countersMethods in oshi.driver.common.windows.perfmon that return ProcessInformation.IdleProcessorTimePropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ProcessInformation.IdleProcessorTimeProperty.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 ProcessInformation.IdleProcessorTimePropertyModifier and TypeMethodDescriptionProcessInformation.queryIdleProcessCounters(PerfCounterQueryExecutor executor) Returns idle process counters (for load average calculation).