TraceClockType Enum

Definition

Defines the types of clocks used for timestamps in a trace.

public enum TraceClockType
type TraceClockType = 
Public Enum TraceClockType
Inheritance
TraceClockType

Fields

PerformanceCounter 0

Represents a clock that uses high-resolution timestamps from the QueryPerformanceCounter API.

ProcessorCycleCounter 2

Represents a clock that uses the processor cycle counter.

SystemTime 1

Represents a clock that uses the system time.

Remarks

For more information on these clock types see the ClientContext section on the WNODE_HEADER documentation.

Applies to