Uses of Enum
oshi.driver.windows.perfmon.ProcessorInformation.ProcessorUtilityTickCountProperty
Packages that use ProcessorInformation.ProcessorUtilityTickCountProperty
Package
Description
Provides functions to query counters in windows performance monitor (or WMI counter tables)
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
-
Uses of ProcessorInformation.ProcessorUtilityTickCountProperty in oshi.driver.windows.perfmon
Methods in oshi.driver.windows.perfmon that return ProcessorInformation.ProcessorUtilityTickCountPropertyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ProcessorInformation.ProcessorUtilityTickCountProperty.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.ProcessorUtilityTickCountPropertyModifier and TypeMethodDescriptionProcessorInformation.queryProcessorCapacityCounters()
Returns processor capacity performance counters. -
Uses of ProcessorInformation.ProcessorUtilityTickCountProperty in oshi.hardware.platform.windows
Fields in oshi.hardware.platform.windows with type parameters of type ProcessorInformation.ProcessorUtilityTickCountPropertyModifier and TypeFieldDescriptionWindowsCentralProcessor.initialUtilityCounters
private final Supplier
<Pair<List<String>, Map<ProcessorInformation.ProcessorUtilityTickCountProperty, List<Long>>>> WindowsCentralProcessor.processorUtilityCounters
Methods in oshi.hardware.platform.windows that return types with arguments of type ProcessorInformation.ProcessorUtilityTickCountPropertyModifier and TypeMethodDescriptionprivate static Pair
<List<String>, Map<ProcessorInformation.ProcessorUtilityTickCountProperty, List<Long>>> WindowsCentralProcessor.queryProcessorUtilityCounters()