ThreadCheckpointEvent Class
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.
Describes the checkpoint event for a thread in an IntelliTrace file. A ThreadCheckpointEvent describes the state of a thread at a point in time and points to next event that follows the checkpoint in time. The ThreadCheckpointEvent is one of the events
public ref class ThreadCheckpointEvent sealed : Microsoft::VisualStudio::IntelliTrace::PartitioningEvent
public ref class ThreadCheckpointEvent sealed : Microsoft::VisualStudio::IntelliTrace::PartitioningEvent
class ThreadCheckpointEvent sealed : Microsoft::VisualStudio::IntelliTrace::PartitioningEvent
public sealed class ThreadCheckpointEvent : Microsoft.VisualStudio.IntelliTrace.PartitioningEvent
type ThreadCheckpointEvent = class
inherit PartitioningEvent
Public NotInheritable Class ThreadCheckpointEvent
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) |
IntelliTraceThreadId |
Get the IntelliTrace thread id for this event. |
Ordinal |
Gets or sets the ordinal value. (Inherited from OrdinalEvent) |
StackFrames |
Gets the call stack for the thread at this checkpoint. |
StackFramesInCommon |
Gets the number of stack frames that are in common. |
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) |