Interface WorkerStatisticsInternal

Worker task performance statistics computation settings.

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

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.