Uses of Class
oshi.driver.windows.registry.ThreadPerformanceData.PerfCounterBlock
Packages that use 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
Methods in oshi.driver.windows.registry that return types with arguments of type ThreadPerformanceData.PerfCounterBlockModifier 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
Constructors in oshi.software.os.windows with parameters of type ThreadPerformanceData.PerfCounterBlockModifierConstructorDescriptionWindowsOSThread
(int pid, int tid, String procName, ThreadPerformanceData.PerfCounterBlock pcb)