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