monitor-api - v1.3.0
    Preparing search index...

    Interface LongTaskInfo

    Aggregate information about observed long tasks.

    interface LongTaskInfo {
        count: number;
        lastDuration: number | null;
    }
    Index

    Properties

    Properties

    count: number

    Number of long task entries observed since the collector started.

    lastDuration: number | null

    Duration in milliseconds of the most recent long task, or null before any long task is observed.