poolifier - v5.1.0
    Preparing search index...

    Interface WorkerStatisticsInternal

    Worker task performance statistics computation settings.

    interface WorkerStatistics {
        elu: boolean;
        runTime: boolean;
    }
    Index

    Properties

    Properties

    elu: boolean

    Whether the worker computes the task event loop utilization (ELU) or not.

    runTime: boolean

    Whether the worker computes the task runtime or not.