Edit

Share via


ICpuSchedulingDataSource.ThreadActivity Property

Definition

Gets a list of merged CpuTimeSlices and ReadyThreadEvents.

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

Property Value

Remarks

If either CpuTimeSlices or ReadyThreadEvents is empty then this list will also be empty.

Applies to