A single secured timing consisting of a duration and start time

interface TimingEntry {
    elapsedTicks?: number;
    properties?: { [key: string]: any };
    startOffset?: number;
}

Properties

elapsedTicks?: number

Duration of the entry in ticks

properties?: { [key: string]: any }

Properties to distinguish timings within the same group or to provide data to send with telemetry

startOffset?: number

Offset from Server Request Context start time in microseconds