ContextSwitch Struct

Definition

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)

Applies to