Uses of Class
oshi.driver.windows.perfmon.ProcessorInformation.ProcessorUtilityTickCountProperty
-
Packages that use ProcessorInformation.ProcessorUtilityTickCountProperty Package Description oshi.driver.windows.perfmon Provides functions to query counters in windows performance monitor (or WMI counter tables)oshi.hardware.platform.windows 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.ProcessorUtilityTickCountProperty Modifier and Type Method Description static ProcessorInformation.ProcessorUtilityTickCountProperty
ProcessorInformation.ProcessorUtilityTickCountProperty. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessorInformation.ProcessorUtilityTickCountProperty[]
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.ProcessorUtilityTickCountProperty Modifier and Type Method Description static Pair<java.util.List<java.lang.String>,java.util.Map<ProcessorInformation.ProcessorUtilityTickCountProperty,java.util.List<java.lang.Long>>>
ProcessorInformation. 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.ProcessorUtilityTickCountProperty Modifier and Type Field Description private java.util.Map<ProcessorInformation.ProcessorUtilityTickCountProperty,java.util.List<java.lang.Long>>
WindowsCentralProcessor. initialUtilityCounters
private java.util.function.Supplier<Pair<java.util.List<java.lang.String>,java.util.Map<ProcessorInformation.ProcessorUtilityTickCountProperty,java.util.List<java.lang.Long>>>>
WindowsCentralProcessor. processorUtilityCounters
Methods in oshi.hardware.platform.windows that return types with arguments of type ProcessorInformation.ProcessorUtilityTickCountProperty Modifier and Type Method Description private static Pair<java.util.List<java.lang.String>,java.util.Map<ProcessorInformation.ProcessorUtilityTickCountProperty,java.util.List<java.lang.Long>>>
WindowsCentralProcessor. queryProcessorUtilityCounters()
-