IContextSwitch Interface

Definition

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.

Applies to