Uses of Enum Class
oshi.driver.common.windows.perfmon.ProcessorInformation.ProcessorTickCountProperty
Packages that use ProcessorInformation.ProcessorTickCountProperty
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.ProcessorTickCountProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type ProcessorInformation.ProcessorTickCountProperty in oshi.driver.common.windows.perfmonModifier and TypeClassDescriptionstatic enumProcessor performance countersMethods in oshi.driver.common.windows.perfmon that return ProcessorInformation.ProcessorTickCountPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ProcessorInformation.ProcessorTickCountProperty.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.ProcessorTickCountPropertyModifier and TypeMethodDescriptionProcessorInformation.queryProcessorCounters(PerfCounterQueryExecutor executor) Returns processor performance counters. -
Uses of ProcessorInformation.ProcessorTickCountProperty in oshi.hardware.common.platform.windows
Methods in oshi.hardware.common.platform.windows that return types with arguments of type ProcessorInformation.ProcessorTickCountPropertyModifier and TypeMethodDescriptionprotected abstract Pair<List<String>, Map<ProcessorInformation.ProcessorTickCountProperty, List<Long>>> WindowsCentralProcessor.queryProcessorCounters()Subclasses query the perfmon Processor Information tick counters via their JNA or FFM driver.