Uses of Enum Class
oshi.driver.common.windows.perfmon.ProcessorInformation.ProcessorPerformanceProperty
Packages that use ProcessorInformation.ProcessorPerformanceProperty
Package
Description
Provides common Windows performance monitor constants and definitions shared between JNA and FFM implementations.
-
Uses of ProcessorInformation.ProcessorPerformanceProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type ProcessorInformation.ProcessorPerformanceProperty in oshi.driver.common.windows.perfmonModifier and TypeClassDescriptionstatic enumProcessor Performance counters from the WMI Formatted Data table.Methods in oshi.driver.common.windows.perfmon that return ProcessorInformation.ProcessorPerformancePropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ProcessorInformation.ProcessorPerformanceProperty.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 ProcessorInformation.ProcessorPerformancePropertyModifier and TypeMethodDescriptionProcessorInformation.queryProcessorPerformanceCounters(PerfCounterQueryExecutor executor) Returns processor performance percentage (cooked) from the WMI Formatted Data table.