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