Uses of Enum
oshi.driver.windows.perfmon.ProcessorInformation.ProcessorCapacityTickCountProperty
Packages that use ProcessorInformation.ProcessorCapacityTickCountProperty
Package
Description
Provides functions to query counters in windows performance monitor (or WMI
counter tables)
-
Uses of ProcessorInformation.ProcessorCapacityTickCountProperty in oshi.driver.windows.perfmon
Methods in oshi.driver.windows.perfmon that return ProcessorInformation.ProcessorCapacityTickCountPropertyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ProcessorInformation.ProcessorCapacityTickCountProperty.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.driver.windows.perfmon that return types with arguments of type ProcessorInformation.ProcessorCapacityTickCountPropertyModifier and TypeMethodDescriptionProcessorInformation.queryInitialProcessorCapacityCounters()Returns initial processor capacity performance counters.ProcessorInformation.queryProcessorCapacityCounters()Returns processor capacity performance counters.