TimingGroup interface

A set of secured performance timings all keyed off of the same string

Properties

count

The total number of timing entries associated with this group

elapsedTicks

Overall duration of all entries in this group in ticks

timings

A list of timing entries in this group. Only the first few entries in each group are collected.

Property Details

count

The total number of timing entries associated with this group

count: number

Property Value

number

elapsedTicks

Overall duration of all entries in this group in ticks

elapsedTicks: number

Property Value

number

timings

A list of timing entries in this group. Only the first few entries in each group are collected.

timings: TimingEntry[]

Property Value