ContextSwitch.PreviousCState 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 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
This value is only present when the thread switching out is the idle thread.
This value is not present when using compact context switch events.
This value is not present in some older versions of the context switch event.