Class AggregatedLongTasksByInvokerType

Aggregated long task statistics for a single invoker type.

Hierarchy

  • AggregatedLongTasksByInvokerType

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
criteriaViewOccurrences?: number

Number of sampled views where this invoker type had long tasks contributing to the criteria metric.

impactScore?: number

Rank-product impact score combining view frequency and blocking time severity.

invokerType: string

Category of the long task invoker (for example, resolve-promise, user-callback).

statsPerView: LongTaskStatsPerView

Statistical distributions of long task metrics computed per view across sampled views.

topInvokers: TopLongTaskInvoker[]

Top invokers within this invoker type, sorted by impact score descending.

viewOccurrences: number

Number of sampled views where this invoker type had any long tasks.

Generated using TypeDoc