Uses of Enum Class
oshi.driver.common.windows.perfmon.ProcessorInformation.SystemTickCountProperty
Packages that use ProcessorInformation.SystemTickCountProperty
Package
Description
Provides common Windows performance monitor constants and definitions shared between JNA and FFM implementations.
-
Uses of ProcessorInformation.SystemTickCountProperty in oshi.driver.common.windows.perfmon
Subclasses with type arguments of type ProcessorInformation.SystemTickCountProperty in oshi.driver.common.windows.perfmonModifier and TypeClassDescriptionstatic enumSystem performance countersMethods in oshi.driver.common.windows.perfmon that return ProcessorInformation.SystemTickCountPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ProcessorInformation.SystemTickCountProperty.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.SystemTickCountPropertyModifier and TypeMethodDescriptionProcessorInformation.querySystemCounters(PerfCounterQueryExecutor executor) Returns system performance counters.