Editar

Compartir a través de


ICpuSchedulingDataSource.CpuTimeSlices Property

Definition

Gets a list of periods of time where a thread was running.

public System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Cpu.ICpuTimeSlice> CpuTimeSlices { get; }
member this.CpuTimeSlices : System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Cpu.ICpuTimeSlice>
Public ReadOnly Property CpuTimeSlices As IReadOnlyList(Of ICpuTimeSlice)

Property Value

Remarks

A time slice is bounded on either end by a context switch. A thread switches onto the CPU, runs for some time, and then switches out.

Applies to