OSThread
Properties
Link copied to clipboard
contextSwitches
The number of context switches performed for the thread.
Link copied to clipboard
kernelTime
The total amount of time the thread has spent in kernel mode, in milliseconds.
Link copied to clipboard
majorFaults
The number of major page faults experienced by the thread.
Link copied to clipboard
minorFaults
The number of minor page faults experienced by the thread.
Link copied to clipboard
owningProcessId
The process ID of the process that owns the thread.
Link copied to clipboard
startMemoryAddress
The starting memory address of the thread.
Link copied to clipboard
threadCpuLoadBetweenTicks
The CPU load of the thread between two ticks, as a percentage.
Link copied to clipboard
threadCpuLoadCumulative
The cumulative CPU load of the thread as a percentage.
Link copied to clipboard
updateAttributes
A flag indicating whether the thread attributes should be updated.