Editar

Compartir a través de


ICpuSchedulingDataSource Interface

Definition

public interface ICpuSchedulingDataSource : Microsoft.Windows.EventTracing.Cpu.IContextSwitchDataSource, Microsoft.Windows.EventTracing.Cpu.IReadyThreadDataSource
type ICpuSchedulingDataSource = interface
    interface IContextSwitchDataSource
    interface IReadyThreadDataSource
Public Interface ICpuSchedulingDataSource
Implements IContextSwitchDataSource, IReadyThreadDataSource
Implements

Properties

ContextSwitches

Gets a list of every context switch that occurred during the trace.

(Inherited from IContextSwitchDataSource)
CpuTimeSlices

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

ReadyThreadEvents

Gets a list of every ready thread event contained in the trace.

(Inherited from IReadyThreadDataSource)
ThreadActivity

Gets a list of merged CpuTimeSlices and ReadyThreadEvents.

Applies to