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
Fields in oshi.software.os.windows with type parameters of type ThreadPerformanceData.PerfCounterBlockModifier and TypeFieldDescriptionWindowsOSProcess.tcb
WindowsOperatingSystem.threadMapFromPerfCounters
WindowsOperatingSystem.threadMapFromRegistry
Methods in oshi.software.os.windows that return types with arguments of type ThreadPerformanceData.PerfCounterBlockModifier and TypeMethodDescriptionprivate static Map
<Integer, ThreadPerformanceData.PerfCounterBlock> WindowsOperatingSystem.queryThreadMapFromPerfCounters()
private static Map
<Integer, ThreadPerformanceData.PerfCounterBlock> WindowsOperatingSystem.queryThreadMapFromRegistry()
Methods in oshi.software.os.windows with parameters of type ThreadPerformanceData.PerfCounterBlockModifier and TypeMethodDescriptionprivate boolean
WindowsOSThread.updateAttributes
(String procName, ThreadPerformanceData.PerfCounterBlock pcb) Constructors in oshi.software.os.windows with parameters of type ThreadPerformanceData.PerfCounterBlockModifierConstructorDescriptionWindowsOSThread
(int pid, int tid, String procName, ThreadPerformanceData.PerfCounterBlock pcb)