Uses of Class
oshi.driver.windows.registry.ThreadPerformanceData.PerfCounterBlock
-
Packages that use ThreadPerformanceData.PerfCounterBlock Package Description oshi.driver.windows.registry Provides functions to query data in Windows Registryoshi.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. buildThreadMapFromPerfCounters(java.util.Collection<java.lang.Integer> pids, java.lang.String procName, int threadNum)
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
Fields in oshi.software.os.windows with type parameters of type ThreadPerformanceData.PerfCounterBlock Modifier and Type Field Description private java.util.Map<java.lang.Integer,ThreadPerformanceData.PerfCounterBlock>
WindowsOSProcess. tcb
private java.util.function.Supplier<java.util.Map<java.lang.Integer,ThreadPerformanceData.PerfCounterBlock>>
WindowsOperatingSystem. threadMapFromPerfCounters
private java.util.function.Supplier<java.util.Map<java.lang.Integer,ThreadPerformanceData.PerfCounterBlock>>
WindowsOperatingSystem. threadMapFromRegistry
Methods in oshi.software.os.windows that return types with arguments of type ThreadPerformanceData.PerfCounterBlock Modifier and Type Method Description private static java.util.Map<java.lang.Integer,ThreadPerformanceData.PerfCounterBlock>
WindowsOperatingSystem. queryThreadMapFromPerfCounters()
private static java.util.Map<java.lang.Integer,ThreadPerformanceData.PerfCounterBlock>
WindowsOperatingSystem. queryThreadMapFromRegistry()
Methods in oshi.software.os.windows with parameters of type ThreadPerformanceData.PerfCounterBlock Modifier and Type Method Description private boolean
WindowsOSThread. updateAttributes(java.lang.String procName, ThreadPerformanceData.PerfCounterBlock pcb)
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)
-