Uses of Class
oshi.driver.windows.registry.ThreadPerformanceData.PerfCounterBlock
Package
Description
Provides functions to query data in Windows Registry
Provides information about Software and OS on Windows
-
Uses of ThreadPerformanceData.PerfCounterBlock in oshi.driver.windows.registry
Modifier and TypeMethodDescriptionThreadPerformanceData.buildThreadMapFromPerfCounters
(Collection<Integer> pids) Query PerfMon for thread performance countersThreadPerformanceData.buildThreadMapFromPerfCounters
(Collection<Integer> pids, String procName, int threadNum) Query PerfMon for thread performance countersThreadPerformanceData.buildThreadMapFromRegistry
(Collection<Integer> pids) Query the registry for thread performance counters -
Uses of ThreadPerformanceData.PerfCounterBlock in oshi.software.os.windows
ModifierConstructorDescriptionWindowsOSThread
(int pid, int tid, String procName, ThreadPerformanceData.PerfCounterBlock pcb)