Editar

Compartir a través de


ILastBranchRecordSnapshot Interface

Definition

Defines a snapshot of Last Branch Record (LBR) data from a processor.

public interface ILastBranchRecordSnapshot
type ILastBranchRecordSnapshot = interface
Public Interface ILastBranchRecordSnapshot

Properties

Jumps

Gets the jumps captured by this snapshot.

ProcessId

Gets the ID of the process executing when the snapshot was captured.

ThreadId

Gets the ID of the thread executing when the snapshot was captured.

Timestamp

Gets the timestamp at which the LBR data was originally captured (before TraceTimestamp).

TraceTimestamp

Gets the timestamp at which the LBR event was logged in the trace (after Timestamp).

Applies to