Uses of Class
oshi.driver.windows.registry.ThreadPerformanceData.PerfCounterBlock
| Package | Description |
|---|---|
| oshi.driver.windows.registry |
Provides functions to query data in Windows Registry
|
| oshi.software.os.windows |
Provides information about Software and OS on Windows
|
-
Uses of ThreadPerformanceData.PerfCounterBlock in oshi.driver.windows.registry
Methods in oshi.driver.windows.registry that return types with arguments of type ThreadPerformanceData.PerfCounterBlock Modifier and Type Method Description static java.util.Map<java.lang.Integer,ThreadPerformanceData.PerfCounterBlock>ThreadPerformanceData. buildThreadMapFromPerfCounters(java.util.Collection<java.lang.Integer> pids)Query PerfMon for thread performance countersstatic java.util.Map<java.lang.Integer,ThreadPerformanceData.PerfCounterBlock>ThreadPerformanceData. buildThreadMapFromRegistry(java.util.Collection<java.lang.Integer> pids)Query the registry for thread performance counters -
Uses of ThreadPerformanceData.PerfCounterBlock in oshi.software.os.windows
Constructors in oshi.software.os.windows with parameters of type ThreadPerformanceData.PerfCounterBlock Constructor Description WindowsOSThread(int pid, int tid, java.lang.String procName, ThreadPerformanceData.PerfCounterBlock pcb)