ISchedulerJobCounters.TotalKernelTime Property

Definition

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.

Applies to