TimingEntry interface
A single secured timing consisting of a duration and start time
Properties
elapsed |
Duration of the entry in ticks |
properties | Properties to distinguish timings within the same group or to provide data to send with telemetry |
start |
Offset from Server Request Context start time in microseconds |
Property Details
elapsedTicks
Duration of the entry in ticks
elapsedTicks: number
Property Value
number
properties
Properties to distinguish timings within the same group or to provide data to send with telemetry
properties: {[key: string]: any}
Property Value
{[key: string]: any}
startOffset
Offset from Server Request Context start time in microseconds
startOffset: number
Property Value
number