ContextSwitch Struct
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.
Represents a context switch.
public struct ContextSwitch
type ContextSwitch = struct
Public Structure ContextSwitch
- Inheritance
-
ContextSwitch
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. |
Methods
Create(CompactContextSwitchEvent, CompactContextSwitchEvent) | |
Create(ContextSwitchEvent, ContextSwitchEvent) | |
CreateLastOnProcessor(CompactContextSwitchEvent) | |
CreateLastOnProcessor(ContextSwitchEvent) |