A top long task invoker within an invoker type.

Hierarchy

  • TopLongTaskInvoker

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 had long tasks contributing to the criteria metric.

file: null | string

Cleaned source file path for the invoker script.

impactScore?: number

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

invoker: string

Name of the invoker function or script.

statsPerView: LongTaskStatsPerView

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

viewOccurrences: number

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

Generated using TypeDoc