Uses of Enum
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 type with the specified name.ProcessorInformation.ProcessorUtilityTickCountProperty.values()Returns an array containing the constants of this enum type, in the order they are declared. -
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 Map<ProcessorInformation.ProcessorUtilityTickCountProperty, List<Long>> WindowsCentralProcessor.queryProcessorUtilityCounters()Subclasses provide 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.