Uses of Enum
oshi.driver.windows.perfmon.ThreadInformation.ThreadPerformanceProperty
Package
Description
Provides functions to query counters in windows performance monitor (or WMI counter tables)
-
Uses of ThreadInformation.ThreadPerformanceProperty in oshi.driver.windows.perfmon
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ThreadInformation.ThreadPerformanceProperty.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionThreadInformation.queryThreadCounters()
Returns thread counters.ThreadInformation.queryThreadCounters
(String name, int threadNum) Returns thread counters filtered to the specified process name and thread.