ILastBranchRecordSnapshot 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 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). |