ICpuSchedulingDataSource.CpuTimeSlices 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.
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.