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