TraceProcessingProgress Struct

Definition

public struct TraceProcessingProgress
type TraceProcessingProgress = struct
Public Structure TraceProcessingProgress
Inheritance
TraceProcessingProgress

Constructors

TraceProcessingProgress(Int32, Int32, TraceTimestamp, TraceTimestamp)

Properties

CurrentEventTimestamp

Gets the timestamp of the event about to be processed.

CurrentPass

Gets the index of the current pass through the file.

LastEventTimestamp

Gets the timestamp of the last event to process.

TotalPasses

Gets the total number of passes through the file that the processor plans to make.

Applies to