ISchedulerJobCounters.TotalKernelTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The elapsed execution time for kernel-mode instructions (the total time that all tasks in the job spent in kernel-mode).
public long TotalKernelTime { get; }
member this.TotalKernelTime : int64
Public ReadOnly Property TotalKernelTime As Long
Property Value
The total kernel-mode time, in milliseconds.