Redigera

LatencyData Struct

Definition

Encapsulates the state accumulated while measuring the latency of an operation.

public value class LatencyData
public readonly struct LatencyData
type LatencyData = struct
Public Structure LatencyData
Inheritance
LatencyData

Constructors

LatencyData(ArraySegment<Tag>, ArraySegment<Checkpoint>, ArraySegment<Measure>, Int64, Int64)

Initializes a new instance of the LatencyData struct.

Properties

Checkpoints

Gets the list of checkpoints added while measuring the operation's latency.

DurationTimestamp

Gets the total time measured by the latency context.

DurationTimestampFrequency

Gets the frequency of the duration timestamp.

Measures

Gets the list of measures added.

Tags

Gets the list of tags added to provide metadata about the operation being measured.

Applies to