Skip to content

routier-collection


routier-collection / core/src / PerformanceMetrics

Interface: PerformanceMetrics

Defined in: core/src/capabilities/types.ts:4

Properties

startTime

readonly startTime: number

Defined in: core/src/capabilities/types.ts:5


endTime?

readonly optional endTime: number

Defined in: core/src/capabilities/types.ts:6


duration?

readonly optional duration: number

Defined in: core/src/capabilities/types.ts:7


nextMethodStartTime?

readonly optional nextMethodStartTime: number

Defined in: core/src/capabilities/types.ts:8


timeToNextCall?

readonly optional timeToNextCall: number

Defined in: core/src/capabilities/types.ts:9

Released under the MIT License.