Uses of Enum Class
oshi.driver.common.windows.perfmon.ProcessorInformation.ProcessorUtilityTickCountProperty
Packages that use ProcessorInformation.ProcessorUtilityTickCountProperty
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 ProcessorInformation.ProcessorUtilityTickCountProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type ProcessorInformation.ProcessorUtilityTickCountProperty in oshi.driver.common.windows.perfmonModifier and TypeClassDescriptionstatic enumProcessor performance counters including utility countersMethods in oshi.driver.common.windows.perfmon that return ProcessorInformation.ProcessorUtilityTickCountPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ProcessorInformation.ProcessorUtilityTickCountProperty.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.ProcessorUtilityTickCountPropertyModifier and TypeMethodDescriptionProcessorInformation.queryProcessorCapacityCounters(PerfCounterQueryExecutor executor) Returns processor capacity performance counters. -
Uses of ProcessorInformation.ProcessorUtilityTickCountProperty in oshi.hardware.common.platform.windows
Methods in oshi.hardware.common.platform.windows that return types with arguments of type ProcessorInformation.ProcessorUtilityTickCountPropertyModifier and TypeMethodDescriptionWindowsCentralProcessor.getInitialUtilityCounters()Gets the initial utility counters.protected abstract Pair<List<String>, Map<ProcessorInformation.ProcessorUtilityTickCountProperty, List<Long>>> WindowsCentralProcessor.queryProcessorCapacityCounters()Subclasses query the perfmon Processor Information capacity (utility) counters via their JNA or FFM driver.WindowsCentralProcessor.queryProcessorUtilityCounters()Provides the current utility counters for re-initialization.Method parameters in oshi.hardware.common.platform.windows with type arguments of type ProcessorInformation.ProcessorUtilityTickCountPropertyModifier and TypeMethodDescriptionprotected voidWindowsCentralProcessor.setInitialUtilityCounters(Map<ProcessorInformation.ProcessorUtilityTickCountProperty, List<Long>> counters) Sets the initial utility counters.