IContextSwitch 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.
Defines a context switch.
public interface IContextSwitch
type IContextSwitch = interface
Public Interface IContextSwitch
Properties
PreviousCState |
Gets the last C-State the processor went into when it was in the idle loop. |
Processor |
Gets the index of the processor on which the context switch is occurring. |
SwitchIn |
Gets data for the thread switching in. |
SwitchOut |
Gets data for the thread switching out. |
Timestamp |
Gets the timestamp at which the context switch event was logged in the trace. |