poolifier - v5.0.2
    Preparing search index...

    Interface TaskPerformanceInternal

    Task performance.

    interface TaskPerformance {
        elu?: EventLoopUtilization;
        name: string;
        runTime?: number;
        timestamp: number;
    }
    Index

    Properties

    elu?: EventLoopUtilization

    Task event loop utilization.

    name: string

    Task name.

    runTime?: number

    Task runtime.

    timestamp: number

    Task performance timestamp.