ContextSwitchEvent.PreviousCState Property

Definition

Gets the last C-State the processor went into when it was in the idle loop.

public Nullable<int> PreviousCState { get; }
member this.PreviousCState : Nullable<int>
Public ReadOnly Property PreviousCState As Nullable(Of Integer)

Property Value

Remarks

For more recent context switch events, this value is only present when the thread switching out is the idle thread.

This value is not present in some older versions of the context switch event.

Applies to