TestimoX

API Reference

Class

MetricsLatency

Namespace TestimoX.Services
Assembly TestimoX
Modifiers sealed

Aggregate latency metrics.

Inheritance

  • Object
  • MetricsLatency

Constructors

public MetricsLatency() #

Properties

public Int64 Count { get; set; } #

Number of samples.

public Int64 Sum { get; set; } #

Total latency in milliseconds.

public Double Avg { get; set; } #

Average latency in milliseconds.