DiagnosticCheckpointEvent Class

Definition

Describes the diagnostic event checkpoint event in a trace log. A DiagnosticCheckpointEvent describes the state of a thread at a point in time and points to next event that follows the checkpoint in time. The DiagnosticCheckpointEvent is one of the events

public ref class DiagnosticCheckpointEvent sealed : Microsoft::VisualStudio::IntelliTrace::PartitioningEvent
public ref class DiagnosticCheckpointEvent sealed : Microsoft::VisualStudio::IntelliTrace::PartitioningEvent
class DiagnosticCheckpointEvent sealed : Microsoft::VisualStudio::IntelliTrace::PartitioningEvent
public sealed class DiagnosticCheckpointEvent : Microsoft.VisualStudio.IntelliTrace.PartitioningEvent
type DiagnosticCheckpointEvent = class
    inherit PartitioningEvent
Public NotInheritable Class DiagnosticCheckpointEvent
Inherits PartitioningEvent
Inheritance

Properties

EventTime

Gets the time of the checkpoint using the high resolution counter. This value is retrieved from QueryPerformanceCounter.

EventToken

Gets an EventToken for this event in the corresponding StreamChain

(Inherited from PartitioningEvent)
Ordinal

Gets or sets the ordinal value.

(Inherited from OrdinalEvent)
ThreadStacks

contains full stacks of each active thread at the time this checkpoint was recorded

Methods

Compare(OrdinalEvent, OrdinalEvent)

Compares one instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
CompareTo(Object)

Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
CompareTo(OrdinalEvent)

Compares the current instance with another instance and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other instance.

(Inherited from OrdinalEvent)
Equals(Object)

Determines whether the specified object is equal to the current OrdinalEvent.

(Inherited from OrdinalEvent)
GetHashCode()

Gets a hash code for this OrdinalEvent.

(Inherited from OrdinalEvent)

Applies to