Interface MeasurementData

Hierarchy

  • MeasurementData

Properties

Properties

calls_count: number

The number of times addStartMarker was called for a target

time?: {
    avg: number;
    max: number;
    min: number;
    total: number;
}

Stats for targets added with addMeasureMarker

Type declaration

  • avg: number
  • max: number
  • min: number
  • total: number

Generated using TypeDoc